diff options
Diffstat (limited to 'libavcodec/avuidec.c')
-rw-r--r-- | libavcodec/avuidec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avuidec.c b/libavcodec/avuidec.c index ba07a58f28..27f0b4c2e0 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(); |