From d24ef674ec248d4c0c0c128fe172e32593b3e308 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 30 May 2012 13:22:28 +0200 Subject: fate: fix long standing bug in the g723_1 test The test compared files of mismatching sample rate Signed-off-by: Michael Niedermayer --- tests/fate/acodec.mak | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/fate/acodec.mak') diff --git a/tests/fate/acodec.mak b/tests/fate/acodec.mak index 17523b876a..8937636fca 100644 --- a/tests/fate/acodec.mak +++ b/tests/fate/acodec.mak @@ -60,10 +60,12 @@ fate-acodec-flac: FMT = flac fate-acodec-flac: CODEC = flac -compression_level 2 FATE_ACODEC += fate-acodec-g723_1 +fate-acodec-g723_1: tests/data/asynth-8000-1.wav +fate-acodec-g723_1: SRC = tests/data/asynth-8000-1.wav fate-acodec-g723_1: FMT = g723_1 fate-acodec-g723_1: CODEC = g723_1 -fate-acodec-g723_1: ENCOPTS = -b:a 6.3k -ac 1 -ar 8000 -#fate-acodec-g723_1: DECOPTS = -ac 2 -ar 44100 +fate-acodec-g723_1: ENCOPTS = -b:a 6.3k +fate-acodec-g723_1: CMP_SHIFT = 8 FATE_ACODEC += fate-acodec-ra144 fate-acodec-ra144: FMT = rm -- cgit v1.2.3