Commit aa9f128b authored by Martin Storsjö's avatar Martin Storsjö

segment: Add a missing space

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 4673a5a7
...@@ -122,7 +122,7 @@ static int seg_write_header(AVFormatContext *s) ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment