]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cpia.c
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
[ffmpeg] / libavcodec / cpia.c
index a631a05108566b40c522a86e29068286d4f20efb..26e067a5ccae264a92d0bf904d54628c0fb24eaf 100644 (file)
@@ -192,7 +192,7 @@ static int cpia_decode_frame(AVCodecContext* avctx,
 static av_cold int cpia_decode_init(AVCodecContext *avctx)
 {
     // output pixel format
-    avctx->pix_fmt = PIX_FMT_YUV420P;
+    avctx->pix_fmt = AV_PIX_FMT_YUV420P;
 
     /* The default timebase set by the v4l2 demuxer leads to probing which is buggy.
      * Set some reasonable time_base to skip this.