mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02: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)
|
&s->interrupt_callback, NULL)) < 0)
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
for (i = 0; i< s->nb_streams; i++)
|
for (i = 0; i < s->nb_streams; i++)
|
||||||
seg->has_video +=
|
seg->has_video +=
|
||||||
(s->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO);
|
(s->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user