[FFmpeg-cvslog] fate: add a fate-acodec-dca test that works on all platforms second try

Michael Niedermayer git at videolan.org
Wed May 30 13:12:15 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed May 30 12:59:55 2012 +0200| [f5e0ef536ab5542a6fb46eecb4ca0d99fb95a05b] | committer: Michael Niedermayer

fate: add a fate-acodec-dca test that works on all platforms  second try

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

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

 tests/fate/acodec.mak     |    8 ++++++--
 tests/ref/fate/acodec-dca |    1 -
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/tests/fate/acodec.mak b/tests/fate/acodec.mak
index 95fcfa9..17523b8 100644
--- a/tests/fate/acodec.mak
+++ b/tests/fate/acodec.mak
@@ -40,8 +40,12 @@ FATE_ACODEC += fate-acodec-alac
 fate-acodec-alac: FMT = mov
 fate-acodec-alac: CODEC = alac -compression_level 1
 
-#FATE_ACODEC += fate-acodec-dca
-#fate-acodec-dca: CMD = enc_dec_pcm dts md5 s16le $(SRC) -c:a dca -strict -2
+FATE_ACODEC += fate-acodec-dca
+fate-acodec-dca: tests/data/asynth-44100-2.wav
+fate-acodec-dca: SRC = tests/data/asynth-44100-2.wav
+fate-acodec-dca: CMD = md5 -i $(SRC) -c:a dca -strict -2 -f dts -flags +bitexact
+fate-acodec-dca: CMP = oneline
+fate-acodec-dca: REF = 66bd0e602be7fb97dc19151554c0ee29
 
 FATE_ACODEC += fate-acodec-dca2
 fate-acodec-dca2: CMD = enc_dec_pcm dts wav s16le $(SRC) -c:a dca -strict -2
diff --git a/tests/ref/fate/acodec-dca b/tests/ref/fate/acodec-dca
deleted file mode 100644
index 4c37150..0000000
--- a/tests/ref/fate/acodec-dca
+++ /dev/null
@@ -1 +0,0 @@
-MD5=f93a56223ea845f2e56270bf9138e0da



More information about the ffmpeg-cvslog mailing list