diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-13 11:03:08 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-28 08:01:58 +0100 |
commit | 3d8c80b611aa1e2f800dd9c8d8f350407f95c042 (patch) | |
tree | 08072f3eb2f4a048d2962032284333476bb59355 /tests/filtergraphs | |
parent | ea290d919a52f0f8c7e30d69328bb011ed13f61a (diff) | |
download | ffmpeg-3d8c80b611aa1e2f800dd9c8d8f350407f95c042.tar.gz |
FATE: add a test for the overlay filter
Diffstat (limited to 'tests/filtergraphs')
-rw-r--r-- | tests/filtergraphs/overlay | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/filtergraphs/overlay b/tests/filtergraphs/overlay new file mode 100644 index 0000000000..d646463bfd --- /dev/null +++ b/tests/filtergraphs/overlay @@ -0,0 +1,2 @@ +[1:v] scale=50:50 [over]; +[0:v][over] overlay=20:20 |