diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-05-08 09:04:16 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-05-09 10:37:58 +0000 |
commit | d1cb559a6a358a141d5c8672e893f5561343baf5 (patch) | |
tree | f77f746ea90178d73bac346f12460dae44e2c76c /tests/fate | |
parent | 769efe56b145469cfdf45130bb3fdd2c5eb595d0 (diff) | |
download | ffmpeg-d1cb559a6a358a141d5c8672e893f5561343baf5.tar.gz |
fate: add test for lut filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 09126cab00..9022670863 100644 --- a/tests/fate/filter-video.mak +++ b/tests/fate/filter-video.mak @@ -215,6 +215,9 @@ fate-filter-pixfmts-il: CMD = pixfmts "luma_mode=d:chroma_mode=d:alpha_mode=d FATE_FILTER_PIXFMTS-$(CONFIG_KERNDEINT_FILTER) += fate-filter-pixfmts-kerndeint fate-filter-pixfmts-kerndeint: CMD = pixfmts "" "tinterlace=interleave_top," +FATE_FILTER_PIXFMTS-$(CONFIG_LUT_FILTER) += fate-filter-pixfmts-lut +fate-filter-pixfmts-lut: CMD = pixfmts "c0=2*val:c1=2*val:c2=val/2:c3=negval+40" + FATE_FILTER_PIXFMTS-$(CONFIG_NULL_FILTER) += fate-filter-pixfmts-null fate-filter-pixfmts-null: CMD = pixfmts |