]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/targa_y216dec.c
Merge commit 'fb722a900fc5cc9e003b9fef25b27ed7fc5547a2'
[ffmpeg] / libavcodec / targa_y216dec.c
index 941861137a418ad4ec37c2c166114c70833aac52..bac5aeeddf3a61659f0b7da52da15842cc621f71 100644 (file)
@@ -23,7 +23,7 @@
 
 static av_cold int y216_decode_init(AVCodecContext *avctx)
 {
-    avctx->pix_fmt             = PIX_FMT_YUV422P16;
+    avctx->pix_fmt             = AV_PIX_FMT_YUV422P16;
     avctx->bits_per_raw_sample = 14;
 
     avctx->coded_frame = avcodec_alloc_frame();