mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/avrndec: Remove obsolete FIXME
This FIXME probably meant to suggest to use a AVFrame that no longer exists in the context. Found-by: durandal117 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
492259ccda
commit
fa0780d644
@ -28,7 +28,7 @@
|
||||
typedef struct {
|
||||
AVCodecContext *mjpeg_avctx;
|
||||
int is_mjpeg;
|
||||
int interlace; //FIXME use frame.interlaced_frame
|
||||
int interlace;
|
||||
int tff;
|
||||
} AVRnContext;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user