diff mbox series

[FFmpeg-devel,2/2] tests/fate-run: Make AVCONV-tests honour -thread_type

Message ID AS8PR01MB79446F479A38F8FD9111E1348FC59@AS8PR01MB7944.eurprd01.prod.exchangelabs.com
State Accepted
Commit 06f1e872814c34f5b9ccbe940e690d2e3301597d
Headers show
Series [FFmpeg-devel,1/2] fate/filter-video: Remove unnecessary dependency from filter-pp[1-6] | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt May 6, 2022, 7:57 a.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 tests/fate-run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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(){