]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ffv1dec.c
avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL
[ffmpeg] / libavcodec / ffv1dec.c
index b4a183c5b7a9d75f8ec9d962c7daa0f9096c3923..7658a516850d3ffe2a7913e954f65dcf1a06dae7 100644 (file)
@@ -950,7 +950,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPac
 
             }
             if (desc->flags & AV_PIX_FMT_FLAG_PAL ||
-                desc->flags & AV_PIX_FMT_FLAG_PSEUDOPAL) {
+                desc->flags & FF_PSEUDOPAL) {
                 dst[1] = p->data[1];
                 src[1] = f->last_picture.f->data[1];
             }