]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libutvideodec.cpp
Merge commit 'cc8db760616a7ec3bd39b22ca45888c01326db13'
[ffmpeg] / libavcodec / libutvideodec.cpp
index e4b87a8bbcaf7b2fc6bc74805bbf2aa926a35e65..47261a6c7fc29d0c0ee3d70ee1c6bd858167cb87 100644 (file)
@@ -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;