diff --git a/tests/fate-run.sh b/tests/fate-run.sh index c0d65be6f4..7e3457b3ba 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -195,7 +195,7 @@ enc_dec_pcm(){ } FLAGS="-flags +bitexact -sws_flags +accurate_rnd+bitexact -fflags +bitexact" -DEC_OPTS="-threads $threads -idct simple $FLAGS" +DEC_OPTS="-threads $threads -thread_type $thread_type -idct simple $FLAGS" ENC_OPTS="-threads 1 -idct simple -dct fastint" enc_dec(){