diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-30 13:22:28 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-30 13:28:42 +0200 |
commit | d24ef674ec248d4c0c0c128fe172e32593b3e308 (patch) | |
tree | decc22dc2ebb99a7571bf3a52701284cb9bc99a1 /tests/fate/acodec.mak | |
parent | f5e0ef536ab5542a6fb46eecb4ca0d99fb95a05b (diff) | |
download | ffmpeg-d24ef674ec248d4c0c0c128fe172e32593b3e308.tar.gz |
fate: fix long standing bug in the g723_1 test
The test compared files of mismatching sample rate
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/acodec.mak')
-rw-r--r-- | tests/fate/acodec.mak | 6 |
1 files changed, 4 insertions, 2 deletions
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 |