mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
12bdc7b15e
commit
7099f36578
@ -73,7 +73,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
|
||||
ff_proresdsp_init(&ctx->prodsp, avctx);
|
||||
|
||||
avctx->coded_frame = &ctx->frame;
|
||||
ctx->frame.type = FF_I_TYPE;
|
||||
ctx->frame.type = AV_PICTURE_TYPE_I;
|
||||
ctx->frame.key_frame = 1;
|
||||
|
||||
ff_init_scantable_permutation(idct_permutation,
|
||||
|
Reference in New Issue
Block a user