diff mbox

[FFmpeg-devel] fate: increase fuzz for refcmp filter tests

Message ID 1506583643-22564-1-git-send-email-t.rapp@noa-archive.com
State Accepted
Commit 792b1629a8818fa778ddea37342f4ba4eaf2ba47
Headers show

Commit Message

Tobias Rapp Sept. 28, 2017, 7:27 a.m. UTC
Should fix failing tests on GNU/kFreeBSD x86_32.

Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
---
Michael: Have put you on CC as you seem to be the owner of the affected machines.

 tests/fate/filter-video.mak | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Michael Niedermayer Sept. 28, 2017, 10:10 p.m. UTC | #1
On Thu, Sep 28, 2017 at 09:27:23AM +0200, Tobias Rapp wrote:
> Should fix failing tests on GNU/kFreeBSD x86_32.
> 
> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
> ---
> Michael: Have put you on CC as you seem to be the owner of the affected machines.

LGTM

thx

[...]
Tobias Rapp Sept. 29, 2017, 6:44 a.m. UTC | #2
On 29.09.2017 00:10, Michael Niedermayer wrote:
> On Thu, Sep 28, 2017 at 09:27:23AM +0200, Tobias Rapp wrote:
>> Should fix failing tests on GNU/kFreeBSD x86_32.
>>
>> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
>> ---
>> Michael: Have put you on CC as you seem to be the owner of the affected machines.
> 
> LGTM

Pushed, thanks.

Regards,
Tobias
diff mbox

Patch

diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index 78cd471..c19f301 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -750,16 +750,16 @@  fate-filter-meta-4560-rotate0: CMD = framecrc -flags +bitexact -c:a aac_fixed -i
 REFCMP_DEPS = FFMPEG LAVFI_INDEV TESTSRC2_FILTER AVGBLUR_FILTER METADATA_FILTER
 
 FATE_FILTER_SAMPLES-$(call ALLYES, $(REFCMP_DEPS) PSNR_FILTER) += fate-filter-refcmp-psnr-rgb
-fate-filter-refcmp-psnr-rgb: CMD = refcmp_metadata psnr rgb24
+fate-filter-refcmp-psnr-rgb: CMD = refcmp_metadata psnr rgb24 0.001
 
 FATE_FILTER_SAMPLES-$(call ALLYES, $(REFCMP_DEPS) PSNR_FILTER) += fate-filter-refcmp-psnr-yuv
-fate-filter-refcmp-psnr-yuv: CMD = refcmp_metadata psnr yuv422p
+fate-filter-refcmp-psnr-yuv: CMD = refcmp_metadata psnr yuv422p 0.0015
 
 FATE_FILTER_SAMPLES-$(call ALLYES, $(REFCMP_DEPS) SSIM_FILTER) += fate-filter-refcmp-ssim-rgb
-fate-filter-refcmp-ssim-rgb: CMD = refcmp_metadata ssim rgb24
+fate-filter-refcmp-ssim-rgb: CMD = refcmp_metadata ssim rgb24 0.015
 
 FATE_FILTER_SAMPLES-$(call ALLYES, $(REFCMP_DEPS) SSIM_FILTER) += fate-filter-refcmp-ssim-yuv
-fate-filter-refcmp-ssim-yuv: CMD = refcmp_metadata ssim yuv422p
+fate-filter-refcmp-ssim-yuv: CMD = refcmp_metadata ssim yuv422p 0.015
 
 FATE_SAMPLES_FFPROBE += $(FATE_METADATA_FILTER-yes)
 FATE_SAMPLES_FFMPEG += $(FATE_FILTER_SAMPLES-yes)