diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-04-16 21:49:11 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-04-20 10:23:57 -0400 |
commit | a6c8cca2a82c8cd9ffdaaa2af8b922b15ab035a7 (patch) | |
tree | e00284d11277ad09f3cad304093be63933488907 /tests/codec-regression.sh | |
parent | 870165e217fcdebf721e8e8b0e9acf96395efd1b (diff) | |
download | ffmpeg-streaming-a6c8cca2a82c8cd9ffdaaa2af8b922b15ab035a7.zip ffmpeg-streaming-a6c8cca2a82c8cd9ffdaaa2af8b922b15ab035a7.tar.gz |
FATE: replace current g722 encoding tests with an encode/decode test
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-x | tests/codec-regression.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index f3932d4..50e4503 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_g722" ] ; then -do_audio_encoding g722.wav "-b 64k -ac 1 -ar 16000 -acodec g722" -do_audio_decoding -fi - if [ -n "$do_g726" ] ; then do_audio_encoding g726.wav "-b 32k -ac 1 -ar 8000 -acodec g726" do_audio_decoding |