From caeeefd7a48568a8781b3aa070f277b2d398b0b4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 10 Aug 2007 00:13:50 +0000 Subject: [PATCH] more FIXME Originally committed as revision 10044 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/nutenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c index 2617c74ca2..9248ef5bd9 100644 --- a/libavformat/nutenc.c +++ b/libavformat/nutenc.c @@ -379,7 +379,7 @@ static int write_header(AVFormatContext *s){ put_flush_packet(bc); - //FIXME info header, header repeation, ... + //FIXME info header, header repeation, index return 0; }