]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v210dec.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / v210dec.c
index ccac0ac9c5909662bbf652a87971b793868446e2..103e136bfafeec4423e8a90ea29e0a3c1f04564c 100644 (file)
@@ -56,7 +56,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
         av_log(avctx, AV_LOG_ERROR, "v210 needs even width\n");
         return -1;
     }
-    avctx->pix_fmt             = PIX_FMT_YUV422P10;
+    avctx->pix_fmt             = AV_PIX_FMT_YUV422P10;
     avctx->bits_per_raw_sample = 10;
 
     avctx->coded_frame         = avcodec_alloc_frame();