diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-01-28 13:34:07 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-01-28 15:10:52 +0100 |
commit | 293f24b42c5d116172510768802d85de3d7d0d62 (patch) | |
tree | d9a9e4741ea2f51e3bb91c5f69af5ab809246822 /tests/fate | |
parent | 3f621455d62e46745453568d915badd5b1e5bcd5 (diff) | |
download | ffmpeg-293f24b42c5d116172510768802d85de3d7d0d62.tar.gz |
fate: test the transpose filter more fully
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/filter-video.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak index bf6e2c6f84..221ae81fdc 100644 --- a/tests/fate/filter-video.mak +++ b/tests/fate/filter-video.mak @@ -684,6 +684,9 @@ fate-filter-pixfmts-tinterlace_pad: CMD = pixfmts "pad" FATE_FILTER_PIXFMTS-$(CONFIG_TINTERLACE_FILTER) += fate-filter-pixfmts-tinterlace_vlpf fate-filter-pixfmts-tinterlace_vlpf: CMD = pixfmts "interleave_top:vlpf" +FATE_FILTER_PIXFMTS-$(CONFIG_TRANSPOSE_FILTER) += fate-filter-pixfmts-transpose +fate-filter-pixfmts-transpose: CMD = pixfmts "dir=cclock_flip" + FATE_FILTER_PIXFMTS-$(CONFIG_VFLIP_FILTER) += fate-filter-pixfmts-vflip fate-filter-pixfmts-vflip: CMD = pixfmts |