diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-05-26 12:02:30 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-05-26 12:02:30 +0200 |
commit | 36f714f8256a876f4c5f04a70144eecb518a7196 (patch) | |
tree | d331253fabde453f053266aa39e93d0f8ab47d62 /tests/lavfi-regression.sh | |
parent | 52b23cbf1c8f276136556c9e2252184b763ae1ec (diff) | |
download | ffmpeg-36f714f8256a876f4c5f04a70144eecb518a7196.tar.gz |
tests/lavfi: use do_lavfi_pixfmts for the pixdesctest test
Simplify, and as a side effect extend the number of supported formats, in
particular add a test for pal8.
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-x | tests/lavfi-regression.sh | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index 2558bc097c..e63507990b 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -94,16 +94,10 @@ do_lavfi_pixfmts "crop" "100:100:100:100" do_lavfi_pixfmts "hflip" "" do_lavfi_pixfmts "null" "" do_lavfi_pixfmts "pad" "500:400:20:20" +do_lavfi_pixfmts "pixdesctest" "" do_lavfi_pixfmts "scale" "200:100" do_lavfi_pixfmts "vflip" "" -if [ -n "$do_pixdesc" ]; then - pix_fmts="$($avconv -pix_fmts list 2>/dev/null | sed -ne '9,$p' | grep '^IO' | cut -d' ' -f2 | sort)" - for pix_fmt in $pix_fmts; do - do_video_filter $pix_fmt "slicify=random,format=$pix_fmt,pixdesctest" -pix_fmt $pix_fmt - done -fi - do_lavfi_lavd() { label=$1 graph=$2 |