From 84ce58faf59d88b497917b3d9e13a5fb2a10fe3e Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 4 Jan 2012 19:45:46 +0100 Subject: Replace deprecated FF_I_TYPE with AV_PICTURE_TYPE_I in v308 and yuv4. Found-by: Paul B Mahol --- libavcodec/v308dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/v308dec.c') diff --git a/libavcodec/v308dec.c b/libavcodec/v308dec.c index 3bc3c445ae..a24ccf4384 100644 --- a/libavcodec/v308dec.c +++ b/libavcodec/v308dec.c @@ -62,7 +62,7 @@ static int v308_decode_frame(AVCodecContext *avctx, void *data, } pic->key_frame = 1; - pic->pict_type = FF_I_TYPE; + pic->pict_type = AV_PICTURE_TYPE_I; y = pic->data[0]; u = pic->data[1]; -- cgit v1.2.3