Skip to content
Snippets Groups Projects

wrap_mt: update CLI parameter names

Merged James Almer requested to merge jamrial/dav1d-test-data:wrap_mt into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,7 +2,7 @@
# if the tests uses the dav1d CLI tool append tile / frame thread options
if [ -z ${1%%*/dav1d} ]; then
$@ --tilethreads ${TILETHREADS:=2} --framethreads ${FRAMETHREADS:=2}
$@ --threads ${THREADS:=2} --framedelay ${FRAMEDELAY:=2}
else
$@
fi
Loading