summaryrefslogtreecommitdiff
path: root/libavcodec/avrndec.c
diff options
context:
space:
mode:
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;