Skip to content
Snippets Groups Projects
Commit aa9f128b authored by Martin Storsjö's avatar Martin Storsjö
Browse files

segment: Add a missing space

parent 4673a5a7
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment