]> git.sesse.net Git - ffmpeg/commitdiff
more FIXME
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 10 Aug 2007 00:13:50 +0000 (00:13 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 10 Aug 2007 00:13:50 +0000 (00:13 +0000)
Originally committed as revision 10044 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/nutenc.c

index 2617c74ca2f8810a1702a04b3513c7f707f4da6c..9248ef5bd9c66a863838993f162d4a48001be9da 100644 (file)
@@ -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;
 }