mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue