fate: move alphaextract and alphamerge tests to the new system.
The standalone alphaextract tests are removed since already the filters are already tested by the alphamerge tests.
This commit is contained in:
3
tests/filtergraphs/alphamerge_alphaextract_rgb
Normal file
3
tests/filtergraphs/alphamerge_alphaextract_rgb
Normal file
@@ -0,0 +1,3 @@
|
||||
format=bgra, split, alphamerge, split [x][y];
|
||||
[y] alphaextract [alpha];
|
||||
[x][alpha] alphamerge
|
||||
3
tests/filtergraphs/alphamerge_alphaextract_yuv
Normal file
3
tests/filtergraphs/alphamerge_alphaextract_yuv
Normal file
@@ -0,0 +1,3 @@
|
||||
format=yuv420p, split, alphamerge, split [x][y];
|
||||
[y] alphaextract [alpha];
|
||||
[x][alpha] alphamerge
|
||||
Reference in New Issue
Block a user