ffmpeg | branch: master | Michael Niedermayer <mich...@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 <mich...@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; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog