From bb6c67bb36b136de10256f0999128df4a42f9ffc Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 27 Nov 2012 10:41:22 +0100 Subject: lavfi: remove vf_slicify The following commit will make it useless. The crop_scale_vflip FATE test changes because of off-by-one differences in output when vflipped slices are passed to sws. --- tests/lavfi-regression.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tests/lavfi-regression.sh') diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index 05cc8cd96b..fc7c153f0f 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -21,10 +21,8 @@ do_video_filter() { } do_lavfi() { - vfilters="slicify=random,$2" - if [ $test = $1 ] ; then - do_video_filter $test "$vfilters" + do_video_filter $test "$2" fi } @@ -54,7 +52,7 @@ do_lavfi_pixfmts(){ pix_fmts=$($showfiltfmts $filter | awk -F '[ \r]' '/^INPUT/{ print $3 }' | sort | comm -12 - $out_fmts) for pix_fmt in $pix_fmts; do - do_video_filter $pix_fmt "slicify=random,format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt + do_video_filter $pix_fmt "format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt done rm $exclude_fmts $out_fmts @@ -72,7 +70,7 @@ do_lavfi_pixfmts "vflip" "" if [ -n "$do_pixdesc" ]; then pix_fmts="$($avconv -pix_fmts list 2>/dev/null | awk 'NR > 8 && /^IO/ { print $2 }' | sort)" for pix_fmt in $pix_fmts; do - do_video_filter $pix_fmt "slicify=random,format=$pix_fmt,pixdesctest" -pix_fmt $pix_fmt + do_video_filter $pix_fmt "format=$pix_fmt,pixdesctest" -pix_fmt $pix_fmt done fi -- cgit v1.2.3