This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fate: use +frame+slice named constants instead of '3'
tags/n0.9
Anton Khirnov
13 years ago
parent
ff17fc6353
commit
bc5acfa7af
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/fate-run.sh
+ 1
- 1
tests/fate-run.sh
View File
@@ -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}"
Write
Preview
Loading…
Cancel
Save