From aa9f128b7cf35509c9520a9b8d936ea79d77db0b Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Thu, 4 Oct 2012 00:03:45 +0300 Subject: segment: Add a missing space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/segment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/segment.c') diff --git a/libavformat/segment.c b/libavformat/segment.c index 0c644d48ae..e6dafe3133 100644 --- a/libavformat/segment.c +++ b/libavformat/segment.c @@ -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); -- cgit v1.2.3