From e9350c44ad97b7d85478696912c88142b0d25e3b Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 26 Sep 2012 15:53:17 +0200 Subject: [PATCH] nutenc: remove outdated fixme Signed-off-by: Michael Niedermayer --- libavformat/nutenc.c | 2 -- 1 file changed, 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; }