diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-02-28 20:54:13 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-02-29 01:45:36 +0100 |
commit | 0ae9b32e51e6920298ae8aaf4c481eae422c50a6 (patch) | |
tree | 490e8aa21a85f53b11ae14a2c7847cb29e28b31b | |
parent | 51defefa85508219fac594273e85313b41722b5c (diff) | |
download | ffmpeg-0ae9b32e51e6920298ae8aaf4c481eae422c50a6.tar.gz |
fate: More libpostproc tests to improve coverage.
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | tests/lavfi-regression.sh | 5 | ||||
-rw-r--r-- | tests/ref/lavfi/pp2 | 1 | ||||
-rw-r--r-- | tests/ref/lavfi/pp3 | 1 | ||||
-rw-r--r-- | tests/ref/lavfi/pp4 | 1 | ||||
-rw-r--r-- | tests/ref/lavfi/pp5 | 1 | ||||
-rw-r--r-- | tests/ref/lavfi/pp6 | 1 |
6 files changed, 10 insertions, 0 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index d00dfe6272..8f47ee4f75 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -39,6 +39,11 @@ 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 "pp" "mp=pp=de/tn/l5/al" +do_lavfi "pp2" "mp=pp=fq:16/fa/lb" +do_lavfi "pp3" "mp=pp=fq:8/ac/li" +do_lavfi "pp4" "mp=pp=ci" +do_lavfi "pp5" "mp=pp=md" +do_lavfi "pp6" "mp=pp=fd" do_lavfi "scale200" "scale=200:200" do_lavfi "scale500" "scale=500:500" do_lavfi "select" "select=not(eq(mod(n\,2)\,0)+eq(mod(n\,3)\,0))" diff --git a/tests/ref/lavfi/pp2 b/tests/ref/lavfi/pp2 new file mode 100644 index 0000000000..2694bfae9d --- /dev/null +++ b/tests/ref/lavfi/pp2 @@ -0,0 +1 @@ +pp2 79e3480bfc7561f6a175138727319999 diff --git a/tests/ref/lavfi/pp3 b/tests/ref/lavfi/pp3 new file mode 100644 index 0000000000..ea406b985e --- /dev/null +++ b/tests/ref/lavfi/pp3 @@ -0,0 +1 @@ +pp3 d5feed74a102bf241cd57a3784eda8c0 diff --git a/tests/ref/lavfi/pp4 b/tests/ref/lavfi/pp4 new file mode 100644 index 0000000000..ebbc69286e --- /dev/null +++ b/tests/ref/lavfi/pp4 @@ -0,0 +1 @@ +pp4 9584bae9fe344e2ffa9d73a8370e8b11 diff --git a/tests/ref/lavfi/pp5 b/tests/ref/lavfi/pp5 new file mode 100644 index 0000000000..55c7bc5203 --- /dev/null +++ b/tests/ref/lavfi/pp5 @@ -0,0 +1 @@ +pp5 09f92a9bf9348859461c150c12bd1317 diff --git a/tests/ref/lavfi/pp6 b/tests/ref/lavfi/pp6 new file mode 100644 index 0000000000..b56d971514 --- /dev/null +++ b/tests/ref/lavfi/pp6 @@ -0,0 +1 @@ +pp6 4a2f70e09ef52a48df2e5be8b8e2859f |