[FFmpeg-cvslog] FATE: allow multithreaded filtering

Anton Khirnov git at videolan.org
Sun Aug 29 19:50:04 EEST 2021


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun Aug  8 11:45:07 2021 +0200| [bdc1bdf3f57c8f375cffa25c60b4b573c6b4d623] | committer: Anton Khirnov

FATE: allow multithreaded filtering

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

 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 cd16f5fcff..bc1efa22d7 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -279,7 +279,7 @@ echov(){
     echo "$@" >&3
 }
 
-AVCONV_OPTS="-nostdin -nostats -noauto_conversion_filters -y -cpuflags $cpuflags"
+AVCONV_OPTS="-nostdin -nostats -noauto_conversion_filters -y -cpuflags $cpuflags -filter_threads $threads"
 COMMON_OPTS="-flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact -fflags +bitexact"
 DEC_OPTS="$COMMON_OPTS -threads $threads"
 ENC_OPTS="$COMMON_OPTS -threads 1 -dct fastint"



More information about the ffmpeg-cvslog mailing list