diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-29 20:59:52 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-29 21:10:13 +0200 |
commit | 22a86492ecd1f33506a960bc6af7b1a508998510 (patch) | |
tree | b57117a068ccdc70f2ff19a65350c22205be57a1 /tests/filtergraphs | |
parent | affd5018ac35617460b567f0e8e712d4d2d34c58 (diff) | |
download | ffmpeg-22a86492ecd1f33506a960bc6af7b1a508998510.tar.gz |
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.
Diffstat (limited to 'tests/filtergraphs')
-rw-r--r-- | tests/filtergraphs/alphamerge_alphaextract_rgb | 3 | ||||
-rw-r--r-- | tests/filtergraphs/alphamerge_alphaextract_yuv | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/filtergraphs/alphamerge_alphaextract_rgb b/tests/filtergraphs/alphamerge_alphaextract_rgb new file mode 100644 index 0000000000..0f9dc4fb51 --- /dev/null +++ b/tests/filtergraphs/alphamerge_alphaextract_rgb @@ -0,0 +1,3 @@ +format=bgra, split, alphamerge, split [x][y]; +[y] alphaextract [alpha]; +[x][alpha] alphamerge diff --git a/tests/filtergraphs/alphamerge_alphaextract_yuv b/tests/filtergraphs/alphamerge_alphaextract_yuv new file mode 100644 index 0000000000..48546f6de4 --- /dev/null +++ b/tests/filtergraphs/alphamerge_alphaextract_yuv @@ -0,0 +1,3 @@ +format=yuv420p, split, alphamerge, split [x][y]; +[y] alphaextract [alpha]; +[x][alpha] alphamerge |