From f3d02a8b280e189bb59db0f194d224bffd4db573 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 12 Jan 2012 09:29:43 +0100 Subject: lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I --- libavcodec/v410dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/v410dec.c') diff --git a/libavcodec/v410dec.c b/libavcodec/v410dec.c index 54c9595826..a6f236bd6d 100644 --- a/libavcodec/v410dec.c +++ b/libavcodec/v410dec.c @@ -68,7 +68,7 @@ static int v410_decode_frame(AVCodecContext *avctx, void *data, } pic->key_frame = 1; - pic->pict_type = FF_I_TYPE; + pic->pict_type = AV_PICTURE_TYPE_I; y = (uint16_t *)pic->data[0]; u = (uint16_t *)pic->data[1]; -- cgit v1.2.3