From 7099f36578252935157be322bc9a34d0c861f83e Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 2 Jan 2012 17:49:38 +0000 Subject: lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_* Signed-off-by: Michael Niedermayer --- libavcodec/proresdec2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/proresdec2.c') diff --git a/libavcodec/proresdec2.c b/libavcodec/proresdec2.c index 18decae116..fe4cfd09b8 100644 --- a/libavcodec/proresdec2.c +++ b/libavcodec/proresdec2.c @@ -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, -- cgit v1.2.3