mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-19 04:18:07 +00:00
segment: Add a missing space
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
4673a5a761
commit
aa9f128b7c
@ -122,7 +122,7 @@ static int seg_write_header(AVFormatContext *s)
|
||||
&s->interrupt_callback, NULL)) < 0)
|
||||
goto fail;
|
||||
|
||||
for (i = 0; i< s->nb_streams; i++)
|
||||
for (i = 0; i < s->nb_streams; i++)
|
||||
seg->has_video +=
|
||||
(s->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user