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

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2015-09-05 18:04:40 +02:00
parent 4a447e3e69
commit 998fa4fa30
1 changed files with 0 additions and 1 deletions

View 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;