summaryrefslogtreecommitdiffstats
path: root/tests/fate/audio.mak
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-11-13 20:40:37 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-11-13 20:48:52 +0100
commit5c805d69a49a1f32a7a8a1b16fb3d631d85ca56d (patch)
tree693277479d60c7de8e8dc7f269e93842f0b6d047 /tests/fate/audio.mak
parent4001fc4267985dc9667de141a5346079a68beb0f (diff)
downloadffmpeg-streaming-5c805d69a49a1f32a7a8a1b16fb3d631d85ca56d.zip
ffmpeg-streaming-5c805d69a49a1f32a7a8a1b16fb3d631d85ca56d.tar.gz
avcodec/nellymoserenc: fix sign error
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/audio.mak')
-rw-r--r--tests/fate/audio.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/audio.mak b/tests/fate/audio.mak
index aa58dfc..b7e5362 100644
--- a/tests/fate/audio.mak
+++ b/tests/fate/audio.mak
@@ -44,8 +44,8 @@ fate-nellymoser-aref-encode: $(AREF) ./tests/data/asynth-16000-1.wav
fate-nellymoser-aref-encode: CMD = enc_dec_pcm flv wav s16le $(REF) -c:a nellymoser
fate-nellymoser-aref-encode: CMP = stddev
fate-nellymoser-aref-encode: REF = ./tests/data/asynth-16000-1.wav
-fate-nellymoser-aref-encode: CMP_SHIFT = -244
-fate-nellymoser-aref-encode: CMP_TARGET = 9612
+fate-nellymoser-aref-encode: CMP_SHIFT = -256
+fate-nellymoser-aref-encode: CMP_TARGET = 3863
fate-nellymoser-aref-encode: SIZE_TOLERANCE = 268
FATE_SAMPLES_AUDIO-$(call DEMDEC, AVI, ON2AVC) += fate-on2avc
OpenPOWER on IntegriCloud