]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/4xm.c
Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'
[ffmpeg] / libavcodec / 4xm.c
index 3a25622860b3bdb0796ba081f454323111759f55..839dbc3646484765093e2857729280f971c530bd 100644 (file)
@@ -559,7 +559,7 @@ static inline void idct_put(FourXContext *f, int x, int y)
         idct(block[i]);
     }
 
-    if (!(f->avctx->flags & CODEC_FLAG_GRAY)) {
+    if (!(f->avctx->flags & AV_CODEC_FLAG_GRAY)) {
         for (i = 4; i < 6; i++)
             idct(block[i]);
     }