diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-09-26 15:53:17 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-26 15:53:17 +0200 |
commit | e9350c44ad97b7d85478696912c88142b0d25e3b (patch) | |
tree | 758e92f4189ca00fe6dde690fbcf985e26f139b2 /libavformat | |
parent | ae0449314ca61e84c64568546922e91f5d81d500 (diff) | |
download | ffmpeg-e9350c44ad97b7d85478696912c88142b0d25e3b.tar.gz |
nutenc: remove outdated fixme
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/nutenc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c index 61a0d281fd..a4b776522d 100644 --- a/libavformat/nutenc.c +++ b/libavformat/nutenc.c @@ -699,8 +699,6 @@ static int nut_write_header(AVFormatContext *s){ avio_flush(bc); - //FIXME index - return 0; } |