Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-08-10 04:13:50 +0400
committerMichael Niedermayer <michaelni@gmx.at>2007-08-10 04:13:50 +0400
commitcaeeefd7a48568a8781b3aa070f277b2d398b0b4 (patch)
treeea105e8457b605bfebe9b902ea24cdd0427e65e5 /libavformat/nutenc.c
parent41b7c75db34ed4d02e50c666cd24ec70d3ad1242 (diff)
more FIXME
Originally committed as revision 10044 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nutenc.c')
-rw-r--r--libavformat/nutenc.c2
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;
}