1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

nutenc: remove outdated fixme

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-09-26 15:53:17 +02:00
parent ae0449314c
commit e9350c44ad

View File

@ -699,8 +699,6 @@ static int nut_write_header(AVFormatContext *s){
avio_flush(bc);
//FIXME index
return 0;
}