[FFmpeg-cvslog] fate: add test for the pad video filter.

Nicolas George git at videolan.org
Mon Feb 27 17:23:45 CET 2012


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sat Feb 25 13:45:43 2012 +0100| [f2a05174eb180697cca709663935b34c69f0bdc9] | committer: Nicolas George

fate: add test for the pad video filter.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2a05174eb180697cca709663935b34c69f0bdc9
---

 tests/lavfi-regression.sh |    1 +
 tests/ref/lavfi/pad       |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index b8a308a..4e9401c 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -37,6 +37,7 @@ do_lavfi "drawbox"            "drawbox=224:24:88:72:#FF8010 at 0.5"
 do_lavfi "fade"               "fade=in:5:15,fade=out:30:15"
 do_lavfi "null"               "null"
 do_lavfi "overlay"            "split[m],scale=88:72,pad=96:80:4:4[o2];[m]fifo,[o2]overlay=240:16"
+do_lavfi "pad"                "pad=iw*1.5:ih*1.5:iw*0.3:ih*0.2"
 do_lavfi "scale200"           "scale=200:200"
 do_lavfi "scale500"           "scale=500:500"
 do_lavfi "setdar"             "setdar=16/9"
diff --git a/tests/ref/lavfi/pad b/tests/ref/lavfi/pad
new file mode 100644
index 0000000..638b423
--- /dev/null
+++ b/tests/ref/lavfi/pad
@@ -0,0 +1 @@
+pad                 8cd88a7a224c46f1750e6127445454d5



More information about the ffmpeg-cvslog mailing list