]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/yop.c
Merge commit 'fb722a900fc5cc9e003b9fef25b27ed7fc5547a2'
[ffmpeg] / libavcodec / yop.c
index 070ba76c62e0112988233b6dd766a70fab8abe48..3e27c1fe2775cfe178b85df01d9a848b1929f3e8 100644 (file)
@@ -94,7 +94,7 @@ static av_cold int yop_decode_init(AVCodecContext *avctx)
         return AVERROR_INVALIDDATA;
     }
 
-    avctx->pix_fmt = PIX_FMT_PAL8;
+    avctx->pix_fmt = AV_PIX_FMT_PAL8;
 
     avcodec_get_frame_defaults(&s->frame);
     s->num_pal_colors = avctx->extradata[0];