summaryrefslogtreecommitdiffstats
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-30 01:45:08 +0200
committerClément Bœsch <ubitux@gmail.com>2013-04-30 01:47:53 +0200
commit93aede41ce05b149eab8cc28cd416251df30f85e (patch)
tree00a93931f8c1d7429c1c9c89f9cca8bdb50af867 /tests/fate-run.sh
parent1e0a0aafba62c884523c679840bfd03562df8661 (diff)
downloadffmpeg-streaming-93aede41ce05b149eab8cc28cd416251df30f85e.zip
ffmpeg-streaming-93aede41ce05b149eab8cc28cd416251df30f85e.tar.gz
fate: move kerndeint test to the new system.
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index afb1984..ea3fe72 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
OpenPOWER on IntegriCloud