From 28663511c99b3cdaf9387a15032259879474f5f4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 16 Apr 2013 00:15:15 +0200 Subject: fate: Invoke pixdesc lavfi tests through fate-run.sh --- tests/fate-run.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/fate-run.sh') 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 -- cgit v1.2.3