]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/eatgq.c
Merge commit '5735552f1f17ea01dcbc99b08f54b5bf52176a8f'
[ffmpeg] / libavcodec / eatgq.c
index 100abe92ab249672dadeff768ecf714429fdf0d7..34cb6428b015271b0931f53bb24a4b3ba75aa76d 100644 (file)
@@ -51,7 +51,7 @@ static av_cold int tgq_decode_init(AVCodecContext *avctx)
     TgqContext *s = avctx->priv_data;
     uint8_t idct_permutation[64];
     s->avctx = avctx;
-    ff_init_scantable_permutation(idct_permutation, FF_NO_IDCT_PERM);
+    ff_init_scantable_permutation(idct_permutation, FF_IDCT_PERM_NONE);
     ff_init_scantable(idct_permutation, &s->scantable, ff_zigzag_direct);
     avctx->time_base = (AVRational){1, 15};
     avctx->pix_fmt   = AV_PIX_FMT_YUV420P;