diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-01-14 20:43:17 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-01-14 20:45:50 +0100 |
commit | 3cfd07a53fd91becb7ab07ec9f6250d3faaeb381 (patch) | |
tree | 8e173ef919b7e715e0d4e4ea5f92783d7f1de974 /tests | |
parent | baea14d86021d04901171ff2430da3f93898636b (diff) | |
download | ffmpeg-3cfd07a53fd91becb7ab07ec9f6250d3faaeb381.tar.gz |
fate: add qp filter test
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/filter-video.mak | 3 | ||||
-rw-r--r-- | tests/ref/fate/filter-qp | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak index 1df3b63483..414d96de3e 100644 --- a/tests/fate/filter-video.mak +++ b/tests/fate/filter-video.mak @@ -256,6 +256,9 @@ fate-filter-pp5: CMD = video_filter "pp=md" FATE_FILTER_VSYNTH-$(CONFIG_PP_FILTER) += fate-filter-pp6 fate-filter-pp6: CMD = video_filter "pp=be/fd" +FATE_FILTER_VSYNTH-$(call ALLYES, QP_FILTER PP_FILTER) += fate-filter-qp +fate-filter-qp: CMD = video_filter "qp=17,pp=be/hb/vb/tn/l5/al" + FATE_FILTER_VSYNTH-$(CONFIG_SELECT_FILTER) += fate-filter-select fate-filter-select: CMD = video_filter "select=not(eq(mod(n\,2)\,0)+eq(mod(n\,3)\,0))" diff --git a/tests/ref/fate/filter-qp b/tests/ref/fate/filter-qp new file mode 100644 index 0000000000..03e32ace3e --- /dev/null +++ b/tests/ref/fate/filter-qp @@ -0,0 +1 @@ +qp 678ef90e249a2c458a0a8fc21fb874c9 |