mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
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
This commit is contained in:
parent
2a758efe31
commit
cf0194a3f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user