summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-04-16 00:15:15 +0200
committerDiego Biurrun <diego@biurrun.de>2013-04-27 16:53:42 +0200
commit28663511c99b3cdaf9387a15032259879474f5f4 (patch)
tree1773d4fb414336bfdcf6d3956e33fe0606c129a4 /tests/fate-run.sh
parent03b052c023e1f58d879cb7eeb6421ed39262d39d (diff)
fate: Invoke pixdesc lavfi tests through fate-run.sh
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 72554ad988..6e30b5afe5 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -171,6 +171,14 @@ video_filter(){
$FLAGS $ENC_OPTS -vf "$filters" -vcodec rawvideo $* -f nut md5:
}
+pixdesc(){
+ pix_fmts="$(avconv -pix_fmts list 2>/dev/null | awk 'NR > 8 && /^IO/ { print $2 }' | sort)"
+ for pix_fmt in $pix_fmts; do
+ test=$pix_fmt
+ video_filter "format=$pix_fmt,pixdesctest" -pix_fmt $pix_fmt
+ done
+}
+
mkdir -p "$outdir"
exec 3>&2