summaryrefslogtreecommitdiff
path: root/libavcodec/avrndec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-09-20 13:44:01 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-09-20 21:36:04 +0200
commitfa0780d644c65924e4a3baa762461d3cc23655d0 (patch)
tree3f41470ee000296c269c83b778adac3abacba105 /libavcodec/avrndec.c
parent492259ccda43e3b6de37b3a8d9614a2c58baf4e5 (diff)
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>
Diffstat (limited to 'libavcodec/avrndec.c')
-rw-r--r--libavcodec/avrndec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avrndec.c b/libavcodec/avrndec.c
index 695c4912f8..cdec99c990 100644
--- a/libavcodec/avrndec.c
+++ b/libavcodec/avrndec.c
@@ -28,7 +28,7 @@
typedef struct {
AVCodecContext *mjpeg_avctx;
int is_mjpeg;
- int interlace; //FIXME use frame.interlaced_frame
+ int interlace;
int tff;
} AVRnContext;