X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ftests%2Fdct.c;h=2ca8039c01ae27ce657216cf867aef898535947a;hb=313e572440b76d84900372ad84ff955b89461aba;hp=e8fa4a3cc1a40faee77bef244a07dbd495f7d75f;hpb=7167ac33a8f2c7d063384c267f984f23d2b73854;p=ffmpeg diff --git a/libavcodec/tests/dct.c b/libavcodec/tests/dct.c index e8fa4a3cc1a..2ca8039c01a 100644 --- a/libavcodec/tests/dct.c +++ b/libavcodec/tests/dct.c @@ -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; }