summaryrefslogtreecommitdiff
path: root/tests/fate/pcm.mak
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-04-16 21:21:30 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-04-20 10:23:57 -0400
commit5052980400e244000ade57043a1f13016847f6b1 (patch)
treedfd33418b407c81afa67e82d9863f40dcb86003a /tests/fate/pcm.mak
parent03caef1bedf3b31d933cc32c3f3b44c598fdeb21 (diff)
FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum test
This avoids resampling and channel mixing by using a source with the correct channel layout and sample rate.
Diffstat (limited to 'tests/fate/pcm.mak')
-rw-r--r--tests/fate/pcm.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/pcm.mak b/tests/fate/pcm.mak
index 3ce04f9cea..4b271346f6 100644
--- a/tests/fate/pcm.mak
+++ b/tests/fate/pcm.mak
@@ -25,5 +25,10 @@ fate-pcm_u8-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-8-raw.mov -f
FATE_PCM += fate-w64
fate-w64: CMD = crc -i $(SAMPLES)/w64/w64-pcm16.w64
+FATE_PCM += fate-dcinema-encode
+fate-dcinema-encode: tests/data/asynth-96000-6.wav
+fate-dcinema-encode: SRC = tests/data/asynth-96000-6.wav
+fate-dcinema-encode: CMD = enc_dec_pcm daud md5 s16le $(SRC) -c:a pcm_s24daud
+
FATE_TESTS += $(FATE_PCM)
fate-pcm: $(FATE_PCM)