diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-08-10 00:13:50 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-08-10 00:13:50 +0000 |
commit | caeeefd7a48568a8781b3aa070f277b2d398b0b4 (patch) | |
tree | ea105e8457b605bfebe9b902ea24cdd0427e65e5 | |
parent | 41b7c75db34ed4d02e50c666cd24ec70d3ad1242 (diff) | |
download | ffmpeg-caeeefd7a48568a8781b3aa070f277b2d398b0b4.tar.gz |
more FIXME
Originally committed as revision 10044 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/nutenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |