This FIXME probably meant to suggest to use a AVFrame that no longer
exists in the context.

Found-by: durandal117
Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>
---
 libavcodec/avrndec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/avrndec.c b/libavcodec/avrndec.c
index 695c491..cdec99c 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;
 
-- 
2.9.3

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to