From 37efad4e5b6631ad902e8ae3d19e850037d22efb Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 11 May 2015 00:44:14 +0200 Subject: fate: Test pullup and fieldmatch with 5 instead of 1 frame MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Clément Bœsch Signed-off-by: Michael Niedermayer --- tests/fate-run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/fate-run.sh') diff --git a/tests/fate-run.sh b/tests/fate-run.sh index f795fdf..b88730a 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -195,6 +195,7 @@ pixfmts(){ filter=${filter%_*} filter_args=$1 prefilter_chain=$2 + nframes=${3:-1} showfiltfmts="$target_exec $target_path/libavfilter/filtfmts-test" scale_exclude_fmts=${outfile}_scale_exclude_fmts @@ -213,7 +214,7 @@ pixfmts(){ outertest=$test for pix_fmt in $pix_fmts; do test=$pix_fmt - video_filter "${prefilter_chain}format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt -frames:v 1 + video_filter "${prefilter_chain}format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt -frames:v $nframes done rm $in_fmts $scale_in_fmts $scale_out_fmts $scale_exclude_fmts -- cgit v1.1