summaryrefslogtreecommitdiff
path: root/libavcodec/012v.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/012v.c')
-rw-r--r--libavcodec/012v.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/012v.c b/libavcodec/012v.c
index 51c0d0ca0f..bb915c2e8b 100644
--- a/libavcodec/012v.c
+++ b/libavcodec/012v.c
@@ -26,7 +26,7 @@
static av_cold int zero12v_decode_init(AVCodecContext *avctx)
{
- avctx->pix_fmt = PIX_FMT_YUV422P16;
+ avctx->pix_fmt = AV_PIX_FMT_YUV422P16;
avctx->bits_per_raw_sample = 10;
if (avctx->codec_tag == MKTAG('a', '1', '2', 'v'))