[FFmpeg-cvslog] reg tests: add g723.1

Michael Niedermayer git at videolan.org
Mon Oct 10 03:01:00 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Oct 10 02:54:12 2011 +0200| [028a79c1f142f9903c238846cc565edcef2d3802] | committer: Michael Niedermayer

reg tests: add g723.1

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=028a79c1f142f9903c238846cc565edcef2d3802
---

 tests/codec-regression.sh |    5 +++++
 tests/ref/acodec/g723_1   |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index f152e38..0c8ad67 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -304,6 +304,11 @@ do_audio_encoding ac3.rm "-vn -acodec ac3_fixed"
 #$tiny_psnr $pcm_dst $pcm_ref 2 1024
 fi
 
+if [ -n "$do_g723_1" ] ; then
+do_audio_encoding g723_1.tco "-b:a 6.3k -ac 1 -ar 8000 -acodec g723_1"
+do_audio_decoding
+fi
+
 if [ -n "$do_g726" ] ; then
 do_audio_encoding g726.wav "-b:a 32k -ac 1 -ar 8000 -acodec g726"
 do_audio_decoding
diff --git a/tests/ref/acodec/g723_1 b/tests/ref/acodec/g723_1
new file mode 100644
index 0000000..2e0f3ef
--- /dev/null
+++ b/tests/ref/acodec/g723_1
@@ -0,0 +1,4 @@
+5815887898457847a7717fbe60d9cfb6 *./tests/data/acodec/g723_1.tco
+4800 ./tests/data/acodec/g723_1.tco
+2cc429a4383e80070189cf1fb1132501 *./tests/data/g723_1.acodec.out.wav
+stddev: 8507.20 PSNR: 17.73 MAXDIFF:26473 bytes:    96000/  1058400



More information about the ffmpeg-cvslog mailing list