tests/fate-run: Make AVCONV-tests honour -thread_type

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
release/5.1
Andreas Rheinhardt 3 years ago
parent ea868b8321
commit 06f1e87281
  1. 2
      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(){

Loading…
Cancel
Save