summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-04-15 23:39:08 +0200
committerDiego Biurrun <diego@biurrun.de>2013-04-27 16:53:42 +0200
commit03b052c023e1f58d879cb7eeb6421ed39262d39d (patch)
tree79fb1e657f8b1f7162bf2f9d0b5f4cbc4b15d739 /tests/fate-run.sh
parentc14010541035454b4d3ad08399d70423be4e0c87 (diff)
fate: Invoke standard lavfi tests through fate-run.sh
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 70821bbcec..72554ad988 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -161,6 +161,16 @@ lavfitest(){
regtest lavfi lavfi tests/vsynth1
}
+video_filter(){
+ filters=$1
+ shift
+ label=${test#filter-}
+ raw_src="${target_path}/tests/vsynth1/%02d.pgm"
+ printf '%-20s' $label
+ avconv $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src \
+ $FLAGS $ENC_OPTS -vf "$filters" -vcodec rawvideo $* -f nut md5:
+}
+
mkdir -p "$outdir"
exec 3>&2