Browse Source

segment: Add a missing space

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n1.1
Martin Storsjö 12 years ago
parent
commit
aa9f128b7c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/segment.c

+ 1
- 1
libavformat/segment.c View File

@@ -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…
Cancel
Save