Commit fa0780d6 authored by Michael Niedermayer's avatar Michael Niedermayer

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: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 492259cc
......@@ -28,7 +28,7 @@
typedef struct {
AVCodecContext *mjpeg_avctx;
int is_mjpeg;
int interlace; //FIXME use frame.interlaced_frame
int interlace;
int tff;
} AVRnContext;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment