[FFmpeg-cvslog] aacenc: increase fuzz on aac-ms-encode test

Rostislav Pehlivanov git at videolan.org
Sat Oct 17 08:03:31 CEST 2015


ffmpeg | branch: master | Rostislav Pehlivanov <atomnuker at gmail.com> | Sat Oct 17 06:55:19 2015 +0100| [590008e6961906ab0f191924910b9b0a7fd9c750] | committer: Rostislav Pehlivanov

aacenc: increase fuzz on aac-ms-encode test

GCC 3.4 miscompiles it on sunos. Date of release? The second of
August two thousand and five, anno Domini. That's ten years two
months and fourteen days ago. Three thousand seven hundred and
twenty seven days ago. One sixth of the average life expectancy
of a person living in a country with a human development index
of zero point eight hundred and eight, equality adjusted.
GCC 4.3 also miscompiles it, though not as bad.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=590008e6961906ab0f191924910b9b0a7fd9c750
---

 tests/fate/aac.mak |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak
index 6a76126..e906c3c 100644
--- a/tests/fate/aac.mak
+++ b/tests/fate/aac.mak
@@ -200,9 +200,9 @@ fate-aac-ms-encode: CMD = enc_dec_pcm adts wav s16le $(TARGET_SAMPLES)/audio-ref
 fate-aac-ms-encode: CMP = stddev
 fate-aac-ms-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
 fate-aac-ms-encode: CMP_SHIFT = -4096
-fate-aac-ms-encode: CMP_TARGET = 621
+fate-aac-ms-encode: CMP_TARGET = 615
 fate-aac-ms-encode: SIZE_TOLERANCE = 3560
-fate-aac-ms-encode: FUZZ = 1
+fate-aac-ms-encode: FUZZ = 10
 
 FATE_AAC_ENCODE += fate-aac-ltp-encode
 fate-aac-ltp-encode: CMD = enc_dec_pcm adts wav s16le $(TARGET_SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav -strict -2 -c:a aac -aac_pns 0 -aac_is 0 -aac_ms 0 -aac_ltp 1 -b:a 82k -cutoff 22050



More information about the ffmpeg-cvslog mailing list