[SCM] libav/experimental: Increase error tolerance for RA288 and one vorbis test. Should fix some failures in PPC and ARM.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:12:49 UTC 2013


The following commit has been merged in the experimental branch:
commit cf0194a3f5f316235ab666a283292f5d03c34f87
Author: Vitor Sessak <vitor1001 at gmail.com>
Date:   Tue Jul 27 11:53:14 2010 +0000

    Increase error tolerance for RA288 and one vorbis test. Should fix some
    failures in PPC and ARM.
    
    Originally committed as revision 24541 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/tests/fate2.mak b/tests/fate2.mak
index 7fc6e3b..41b66e9 100644
--- a/tests/fate2.mak
+++ b/tests/fate2.mak
@@ -57,6 +57,7 @@ FATE2_TESTS += fate-ra-288
 fate-ra-288: CMD = pcm -i $(SAMPLES)/real/ra_288.rm
 fate-ra-288: CMP = oneoff
 fate-ra-288: REF = $(SAMPLES)/real/ra_288.pcm
+fate-ra-288: FUZZ = 2
 
 FATE2_TESTS += fate-ra-cook
 fate-ra-cook: CMD = pcm -i $(SAMPLES)/real/ra_cook.rm
@@ -245,6 +246,7 @@ FATE2_TESTS += fate-vorbis-18
 fate-vorbis-18: CMD = pcm -i $(SAMPLES)/vorbis/sleepzor_small.ogg
 fate-vorbis-18: CMP = oneoff
 fate-vorbis-18: REF = $(SAMPLES)/vorbis/sleepzor_small.pcm
+fate-vorbis-18: FUZZ = 2
 
 FATE2_TESTS += fate-vorbis-19
 fate-vorbis-19: CMD = pcm -i $(SAMPLES)/vorbis/test-short2_small.ogg

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list