summaryrefslogtreecommitdiffstats
path: root/libavcodec/avuidec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/avuidec.c')
-rw-r--r--libavcodec/avuidec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avuidec.c b/libavcodec/avuidec.c
index ba07a58..27f0b4c 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();
OpenPOWER on IntegriCloud