X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fv410dec.c;h=10d73057afe20ddb9e049f6b0e2d4338e45ba76e;hb=4640da7e58509996ff03b1a0b018ca8f337391c7;hp=f600b5d493e0f9053b45ea6196ad0d5355d4bb96;hpb=4121148388f4fd02ace89eca364904d3ea8bcfe7;p=ffmpeg diff --git a/libavcodec/v410dec.c b/libavcodec/v410dec.c index f600b5d493e..10d73057afe 100644 --- a/libavcodec/v410dec.c +++ b/libavcodec/v410dec.c @@ -67,7 +67,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];