[FFmpeg-cvslog] avcodec/libutvideodec: remove AVFrame->reference usage, otherwise the code does not build

Michael Niedermayer git at videolan.org
Sat Sep 5 18:26:42 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sat Sep  5 18:04:40 2015 +0200| [998fa4fa3010fa3aa6b723b86642a21a5ff8e4d9] | committer: Michael Niedermayer

avcodec/libutvideodec: remove AVFrame->reference usage, otherwise the code does not build

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=998fa4fa3010fa3aa6b723b86642a21a5ff8e4d9
---

 libavcodec/libutvideodec.cpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/libutvideodec.cpp b/libavcodec/libutvideodec.cpp
index e4b87a8..47261a6 100644
--- a/libavcodec/libutvideodec.cpp
+++ b/libavcodec/libutvideodec.cpp
@@ -145,7 +145,6 @@ static int utvideo_decode_frame(AVCodecContext *avctx, void *data,
     int w = avctx->width, h = avctx->height;
 
     /* Set flags */
-    pic->reference = 0;
     pic->pict_type = AV_PICTURE_TYPE_I;
     pic->key_frame = 1;
 



More information about the ffmpeg-cvslog mailing list