aboutsummaryrefslogtreecommitdiffstats
path: root/tests/codec-regression.sh
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-04-16 22:42:53 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-04-20 10:23:57 -0400
commit03caef1bedf3b31d933cc32c3f3b44c598fdeb21 (patch)
tree4c4f252af2bb25d01f457ac076214e73e5bcaf62 /tests/codec-regression.sh
parenta6c8cca2a82c8cd9ffdaaa2af8b922b15ab035a7 (diff)
downloadffmpeg-03caef1bedf3b31d933cc32c3f3b44c598fdeb21.tar.gz
FATE: replace the acodec-g726 test with 4 new encode/decode tests
Avoids resampling and channel mixing. This only tests the behavior with respect to input and output audio rather than also testing changes to the encoder or muxer that do not affect the resulting decoded output.
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-xtests/codec-regression.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index 50e45032ff..e2bc8dbbe6 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -311,11 +311,6 @@ do_audio_encoding ac3.ac3 "-vn -acodec ac3_fixed"
#$tiny_psnr $pcm_dst $pcm_ref 2 1024
fi
-if [ -n "$do_g726" ] ; then
-do_audio_encoding g726.wav "-b 32k -ac 1 -ar 8000 -acodec g726"
-do_audio_decoding
-fi
-
if [ -n "$do_adpcm_adx" ] ; then
do_audio_encoding adpcm_adx.adx "-acodec adpcm_adx"
do_audio_decoding