Browse Source

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

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0
Michael Niedermayer 10 years ago
parent
commit
998fa4fa30
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/libutvideodec.cpp

+ 0
- 1
libavcodec/libutvideodec.cpp 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;



Loading…
Cancel
Save