Commit b5cedf8b authored by Michael Niedermayer's avatar Michael Niedermayer

fate/mp3: increase fuzz for NEON, due to different rounding from lrintf()

This should fix fate failures of the hecommon test
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 13c39e96
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment