summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-06-12 17:24:44 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-06-13 01:21:47 +0200
commit6397264e84901aecd3c98e2954258d07af79db73 (patch)
tree41564bcaffb5a9a853a731c67fa0c120dc62106f /tests/fate
parentdc5e26d67f5cdcfb9e9add7c1da3684d29532b34 (diff)
tests: add filter-pixfmts-rotate test
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/filter-video.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index ecd928cc17..eb5559172e 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -236,6 +236,9 @@ fate-filter-pixfmts-null: CMD = pixfmts
FATE_FILTER_PIXFMTS-$(CONFIG_PAD_FILTER) += fate-filter-pixfmts-pad
fate-filter-pixfmts-pad: CMD = pixfmts "500:400:20:20"
+FATE_FILTER_PIXFMTS-$(CONFIG_ROTATE_FILTER) += fate-filter-pixfmts-rotate
+fate-filter-pixfmts-rotate: CMD = pixfmts "2*PI*n/50"
+
FATE_FILTER_PIXFMTS-$(CONFIG_SCALE_FILTER) += fate-filter-pixfmts-scale
fate-filter-pixfmts-scale: CMD = pixfmts "200:100"