mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fate: use +frame+slice named constants instead of '3'
This commit is contained in:
parent
ff17fc6353
commit
bc5acfa7af
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user