[FFmpeg-cvslog] tests/fate-run: Make AVCONV-tests honour -thread_type

Andreas Rheinhardt git at videolan.org
Mon May 9 22:36:03 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri May  6 09:54:24 2022 +0200| [06f1e872814c34f5b9ccbe940e690d2e3301597d] | committer: Andreas Rheinhardt

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

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=06f1e872814c34f5b9ccbe940e690d2e3301597d
---

 tests/fate-run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list