summaryrefslogtreecommitdiff
path: root/libavcodec/v408dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/v408dec.c')
-rw-r--r--libavcodec/v408dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/v408dec.c b/libavcodec/v408dec.c
index 01a5064a2a..8820fc4cbf 100644
--- a/libavcodec/v408dec.c
+++ b/libavcodec/v408dec.c
@@ -23,7 +23,7 @@
static av_cold int v408_decode_init(AVCodecContext *avctx)
{
- avctx->pix_fmt = PIX_FMT_YUVA444P;
+ avctx->pix_fmt = AV_PIX_FMT_YUVA444P;
avctx->coded_frame = avcodec_alloc_frame();