diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-30 01:45:08 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-30 01:47:53 +0200 |
commit | 93aede41ce05b149eab8cc28cd416251df30f85e (patch) | |
tree | 00a93931f8c1d7429c1c9c89f9cca8bdb50af867 /tests/fate-run.sh | |
parent | 1e0a0aafba62c884523c679840bfd03562df8661 (diff) | |
download | ffmpeg-93aede41ce05b149eab8cc28cd416251df30f85e.tar.gz |
fate: move kerndeint test to the new system.
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-x | tests/fate-run.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh index afb1984314..ea3fe72bd7 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -187,6 +187,7 @@ pixdesc(){ pixfmts(){ filter=${test#filter-pixfmts-} filter_args=$1 + prefilter_chain=$2 showfiltfmts="$target_exec $target_path/libavfilter/filtfmts-test" scale_exclude_fmts=${outfile}${1}_scale_exclude_fmts @@ -204,7 +205,7 @@ pixfmts(){ for pix_fmt in $pix_fmts; do test=$pix_fmt - video_filter "format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt + video_filter "${prefilter_chain}format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt done rm $in_fmts $scale_in_fmts $scale_out_fmts $scale_exclude_fmts |