]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/zmbv.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / zmbv.c
index 0a4f1cdd6ccdf2c06bf8c2471f87d36b05091ec6..762d5728a253a37fa515622db4d6cde55cabbce4 100644 (file)
@@ -625,7 +625,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
     // Needed if zlib unused or init aborted before inflateInit
     memset(&c->zstream, 0, sizeof(z_stream));
 
-    avctx->pix_fmt = PIX_FMT_RGB24;
+    avctx->pix_fmt = AV_PIX_FMT_RGB24;
     c->decomp_size = (avctx->width + 255) * 4 * (avctx->height + 64);
 
     /* Allocate decompression buffer */