diff options
author | Thomas Mundt <tmundt75@gmail.com> | 2017-09-17 23:41:00 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-09-17 23:41:00 -0300 |
commit | 4492237e333c3b5eb57e255d3dba690dcf35940c (patch) | |
tree | 62b51f19bdd9bcd34edec125df31ba46882775ce /tests/fate | |
parent | 3118e81f86067e8f04d729b070fc90ca2c9090d8 (diff) | |
download | ffmpeg-4492237e333c3b5eb57e255d3dba690dcf35940c.tar.gz |
fate: add tinterlace lowpass filtering tests
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/filter-video.mak | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak index 620487872b..d1e13414f6 100644 --- a/tests/fate/filter-video.mak +++ b/tests/fate/filter-video.mak @@ -668,12 +668,18 @@ fate-filter-pixfmts-super2xsai: CMD = pixfmts FATE_FILTER_PIXFMTS-$(CONFIG_SWAPUV_FILTER) += fate-filter-pixfmts-swapuv fate-filter-pixfmts-swapuv: CMD = pixfmts +FATE_FILTER_PIXFMTS-$(CONFIG_TINTERLACE_FILTER) += fate-filter-pixfmts-tinterlace_cvlpf +fate-filter-pixfmts-tinterlace_cvlpf: CMD = pixfmts "interleave_top:cvlpf" + FATE_FILTER_PIXFMTS-$(CONFIG_TINTERLACE_FILTER) += fate-filter-pixfmts-tinterlace_merge fate-filter-pixfmts-tinterlace_merge: CMD = pixfmts "merge" FATE_FILTER_PIXFMTS-$(CONFIG_TINTERLACE_FILTER) += fate-filter-pixfmts-tinterlace_pad 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_VFLIP_FILTER) += fate-filter-pixfmts-vflip fate-filter-pixfmts-vflip: CMD = pixfmts |