mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
7 lines
136 B
Bash
7 lines
136 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eu
|
||
|
source util.bash
|
||
|
|
||
|
valgrind_test 264x130 10 --source-scan-type=tff -p0 --preset=ultrafast --threads=2 --owf=1 --wpp
|