]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/zmbv.c
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
[ffmpeg] / libavcodec / zmbv.c
index b95a518cff2755a71dccc42cafc48b22ad6bbe03..8fb1538514ae76d9307dd40d4933f0159c5e259a 100644 (file)
@@ -627,7 +627,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 */