[FFmpeg-cvslog] fate/filter-video: Use qp filter to generate non constant qp array for more throughout testing of the pp filter

Michael Niedermayer git at videolan.org
Sat Mar 28 15:45:51 CET 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Mar 28 15:29:56 2015 +0100| [68bcc64f74aa084e6d75e54deba54bc0a657c8a3] | committer: Michael Niedermayer

fate/filter-video: Use qp filter to generate non constant qp array for more throughout testing of the pp filter

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=68bcc64f74aa084e6d75e54deba54bc0a657c8a3
---

 tests/fate/filter-video.mak |    4 ++--
 tests/ref/fate/filter-pp2   |    2 +-
 tests/ref/fate/filter-pp3   |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index 953247c..7153f4e 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -265,8 +265,8 @@ $(FATE_FILTER_PP): fate-vsynth1-mpeg4-qprd
 
 fate-filter-pp:  CMD = framecrc -flags bitexact -idct simple -i $(TARGET_PATH)/tests/data/fate/vsynth1-mpeg4-qprd.avi -vframes 5 -flags +bitexact -vf "pp=be/hb/vb/tn/l5/al"
 fate-filter-pp1: CMD = video_filter "pp=fq|4/be/hb/vb/tn/l5/al"
-fate-filter-pp2: CMD = video_filter "pp=be/fq|16/h1/v1/lb"
-fate-filter-pp3: CMD = video_filter "pp=be/fq|8/ha|128|7/va/li"
+fate-filter-pp2: CMD = video_filter "qp=x+y,pp=be/h1/v1/lb"
+fate-filter-pp3: CMD = video_filter "qp=x+y,pp=be/ha|128|7/va/li"
 fate-filter-pp4: CMD = video_filter "pp=be/ci"
 fate-filter-pp5: CMD = video_filter "pp=md"
 fate-filter-pp6: CMD = video_filter "pp=be/fd"
diff --git a/tests/ref/fate/filter-pp2 b/tests/ref/fate/filter-pp2
index 257f0a7..18541a9 100644
--- a/tests/ref/fate/filter-pp2
+++ b/tests/ref/fate/filter-pp2
@@ -1 +1 @@
-pp2                 975d4c1d489e42ddbd4a27464e8355af
+pp2                 17401c65f48c12f247ce7c1d956428ed
diff --git a/tests/ref/fate/filter-pp3 b/tests/ref/fate/filter-pp3
index c2f2b4c..341d420 100644
--- a/tests/ref/fate/filter-pp3
+++ b/tests/ref/fate/filter-pp3
@@ -1 +1 @@
-pp3                 ef0f10f1859af2f75717e8c9d64ee38a
+pp3                 b315a1639950d41ad3acc13726255c26



More information about the ffmpeg-cvslog mailing list