diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-29 20:11:08 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-29 20:20:13 +0200 |
commit | 9a0e40ec8c0c0b04f32173f65ef73a6cc370d17a (patch) | |
tree | 5158831034d797163562ec5e729f34cc9e00efaf /tests/lavfi-regression.sh | |
parent | 80bcbed1574712396782e6f79698d364ade4ba63 (diff) | |
download | ffmpeg-9a0e40ec8c0c0b04f32173f65ef73a6cc370d17a.tar.gz |
fate: move colormatrix tests to the new system.
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-x | tests/lavfi-regression.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index 547cae0121..d27f07faec 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -34,18 +34,11 @@ do_lavfi() { do_lavfi_plain $1 "$2" } -do_lavfi_colormatrix() { - do_lavfi "${1}1" "$1=$4:$5,$1=$5:$3,$1=$3:$4,$1=$4:$3,$1=$3:$5,$1=$5:$2" - do_lavfi "${1}2" "$1=$2:$3,$1=$3:$2,$1=$2:$4,$1=$4:$2,$1=$2:$5,$1=$5:$4" -} - do_lavfi_plain "alphamerge_rgb" "[in]format=bgra,split,alphamerge[out]" do_lavfi_plain "alphamerge_yuv" "[in]format=yuv420p,split,alphamerge[out]" do_lavfi_plain "alphaextract_rgb" "[in]format=bgra,split,alphamerge,split[o3][o4];[o4]alphaextract[alpha];[o3][alpha]alphamerge[out]" do_lavfi_plain "alphaextract_yuv" "[in]format=yuv420p,split,alphamerge,split[o3][o4];[o4]alphaextract[alpha];[o3][alpha]alphamerge[out]" -do_lavfi_colormatrix "colormatrix" bt709 fcc bt601 smpte240m - do_lavfi_pixfmts(){ testname=$1; test ${test%_[bl]e} = $testname || return 0 |