diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-08-08 11:45:07 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-08-29 18:44:38 +0200 |
commit | bdc1bdf3f57c8f375cffa25c60b4b573c6b4d623 (patch) | |
tree | 69feeddaf5f6e3dfb42286479e78296738bb3897 /tests/fate-run.sh | |
parent | 834b8ad8a39b77105951f30dc73c6a203afca817 (diff) | |
download | ffmpeg-bdc1bdf3f57c8f375cffa25c60b4b573c6b4d623.tar.gz |
FATE: allow multithreaded filtering
Diffstat (limited to 'tests/fate-run.sh')
-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 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" |