]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tests/dct.c
avcodec/mss4: Don't duplicate standard JPEG tables
[ffmpeg] / libavcodec / tests / dct.c
index e8fa4a3cc1a40faee77bef244a07dbd495f7d75f..2ca8039c01ae27ce657216cf867aef898535947a 100644 (file)
@@ -73,7 +73,7 @@ static void ff_prores_idct_wrap(int16_t *dst){
     for(i=0; i<64; i++){
         qmat[i]=4;
     }
-    ff_prores_idct(dst, qmat);
+    ff_prores_idct_10(dst, qmat);
     for(i=0; i<64; i++) {
          dst[i] -= 512;
     }