Browse Source

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@gmx.at>
tags/n2.7
Michael Niedermayer 10 years ago
parent
commit
68bcc64f74
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      tests/fate/filter-video.mak
  2. +1
    -1
      tests/ref/fate/filter-pp2
  3. +1
    -1
      tests/ref/fate/filter-pp3

+ 2
- 2
tests/fate/filter-video.mak View File

@@ -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"


+ 1
- 1
tests/ref/fate/filter-pp2 View File

@@ -1 +1 @@
pp2 975d4c1d489e42ddbd4a27464e8355af
pp2 17401c65f48c12f247ce7c1d956428ed

+ 1
- 1
tests/ref/fate/filter-pp3 View File

@@ -1 +1 @@
pp3 ef0f10f1859af2f75717e8c9d64ee38a
pp3 b315a1639950d41ad3acc13726255c26

Loading…
Cancel
Save