]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/r210dec.c
Merge commit '66a1ccd7467ab1913cd8877114c6d4c2588bb12f'
[ffmpeg] / libavcodec / r210dec.c
index f8db4a96749c1ea0b7cc15192a26998c62e2bef6..4c78b5341cde0351e26afad21156d239dba15e2a 100644 (file)
@@ -26,7 +26,7 @@
 
 static av_cold int decode_init(AVCodecContext *avctx)
 {
-    avctx->pix_fmt             = PIX_FMT_RGB48;
+    avctx->pix_fmt             = AV_PIX_FMT_RGB48;
     avctx->bits_per_raw_sample = 10;
 
     avctx->coded_frame         = avcodec_alloc_frame();