diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-09-04 10:01:59 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-09-05 12:11:08 +0200 |
commit | bc5acfa7af01d7ac947159b3337d41692e29ee8a (patch) | |
tree | 378f0f4c6c60b3a0a5123d51bc6febf962824579 /tests/fate-run.sh | |
parent | ff17fc6353c6513316b1132f27ac2a7a8d81b9ec (diff) | |
download | ffmpeg-bc5acfa7af01d7ac947159b3337d41692e29ee8a.tar.gz |
fate: use +frame+slice named constants instead of '3'
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 f623eecae6..56514c8120 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -16,7 +16,7 @@ cmp=${6:-diff} ref=${7:-"${base}/ref/fate/${test}"} fuzz=$8 threads=${9:-1} -thread_type=${10:-3} +thread_type=${10:-frame+slice} outdir="tests/data/fate" outfile="${outdir}/${test}" |