summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-12-04 00:58:31 +0200
committerMartin Storsjö <martin@martin.st>2011-12-05 12:41:46 +0200
commit714cd7e758ef8c579a3f98b364d8b3d746ee289b (patch)
tree6a7e7907ba4ed725d0f787e8030e7ad7989586bb /tests
parentf32fd31858116fbecaffe9559e0a4ad2725f6018 (diff)
downloadffmpeg-streaming-714cd7e758ef8c579a3f98b364d8b3d746ee289b.zip
ffmpeg-streaming-714cd7e758ef8c579a3f98b364d8b3d746ee289b.tar.gz
g722: Add a regression test for muxing/demuxing in wav
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/codec-regression.sh5
-rw-r--r--tests/ref/acodec/g7224
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index 5133345..0e6151b 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -291,6 +291,11 @@ do_audio_encoding ac3.rm "-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
diff --git a/tests/ref/acodec/g722 b/tests/ref/acodec/g722
new file mode 100644
index 0000000..a1fc72a
--- /dev/null
+++ b/tests/ref/acodec/g722
@@ -0,0 +1,4 @@
+b380355e0360b4e50ee78f33fd60a0f5 *./tests/data/acodec/g722.wav
+47991 ./tests/data/acodec/g722.wav
+82fdd5bb059336e0550de7ba5947c5bb *./tests/data/g722.acodec.out.wav
+stddev: 8860.44 PSNR: 17.38 MAXDIFF:33814 bytes: 191732/ 1058400
OpenPOWER on IntegriCloud