X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Favuidec.c;h=52d809010924791cb6af0c8afd492710743f8c1f;hb=03b078721c8e42c413da75f553e740d235092dad;hp=ba07a58f2816f7626ffd331487849dc9a510b700;hpb=79d30321a29dc648d5a475ce5086b2760d5d8c12;p=ffmpeg diff --git a/libavcodec/avuidec.c b/libavcodec/avuidec.c index ba07a58f281..52d80901092 100644 --- a/libavcodec/avuidec.c +++ b/libavcodec/avuidec.c @@ -25,7 +25,7 @@ static av_cold int avui_decode_init(AVCodecContext *avctx) { - avctx->pix_fmt = PIX_FMT_YUVA422P; + avctx->pix_fmt = AV_PIX_FMT_YUVA422P; avctx->coded_frame = avcodec_alloc_frame(); @@ -151,5 +151,5 @@ AVCodec ff_avui_decoder = { .decode = avui_decode_frame, .close = avui_decode_close, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("AVID Meridien"), + .long_name = NULL_IF_CONFIG_SMALL("Avid Meridien Uncompressed"), };