mirror of https://git.ffmpeg.org/ffmpeg.git
fate/mp3: increase fuzz for NEON, due to different rounding from lrintf()
This should fix fate failures of the hecommon test Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
13c39e9676
commit
b5cedf8b66
|
@ -34,3 +34,7 @@ FATE_SAMPLES_AVCONV += $(FATE_MP3)
|
|||
fate-mp3: $(FATE_MP3)
|
||||
$(FATE_MP3): CMP = stddev
|
||||
$(FATE_MP3): FUZZ = 0.07
|
||||
|
||||
ifdef HAVE_NEON
|
||||
fate-mp3-float-conf-hecommon: FUZZ = 0.70
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue