diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-06 09:54:24 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-09 21:23:24 +0200 |
commit | 06f1e872814c34f5b9ccbe940e690d2e3301597d (patch) | |
tree | 27d10889ba4ad4694cc3d8289a0541235e4c9b2b | |
parent | ea868b8321dd6a3bdcb2987031716850ea9d1da1 (diff) | |
download | ffmpeg-06f1e872814c34f5b9ccbe940e690d2e3301597d.tar.gz |
tests/fate-run: Make AVCONV-tests honour -thread_type
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rwxr-xr-x | tests/fate-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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(){ |