Browse Source

avcodec/proresenc_anatoliy: remove coded_frame use

coded_frame.key_frame should be set by the core already

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n2.8
Michael Niedermayer 10 years ago
parent
commit
15eda746e7
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavcodec/proresenc_anatoliy.c

+ 0
- 3
libavcodec/proresenc_anatoliy.c View File

@@ -590,9 +590,6 @@ static av_cold int prores_encode_init(AVCodecContext *avctx)
scale_mat(QMAT_CHROMA[avctx->profile], ctx->qmat_chroma[i - 1], i);
}

avctx->coded_frame->key_frame = 1;
avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;

return 0;
}



Loading…
Cancel
Save