summaryrefslogtreecommitdiff
path: root/tests/fate/pcm.mak
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-09-06 00:08:08 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-09-06 03:23:02 +0200
commit61009a709c76ec2a8529c0fcf15057d82bed6454 (patch)
treeba8d38d2407f7c6299da79c971a1dcdef690cbc9 /tests/fate/pcm.mak
parent3cb85ad4450b1c4b1343d2ee19572b6e572549ce (diff)
tests/fate: replace all -f md5 by framemd5
also limit dcinema-encode to 20 frames to avoid huge reference checksum lists Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/pcm.mak')
-rw-r--r--tests/fate/pcm.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/pcm.mak b/tests/fate/pcm.mak
index 9ba4be50d0..e6502aae69 100644
--- a/tests/fate/pcm.mak
+++ b/tests/fate/pcm.mak
@@ -25,7 +25,7 @@ fate-w64: CMD = crc -i $(TARGET_SAMPLES)/w64/w64-pcm16.w64
FATE_PCM-$(call ENCMUX, PCM_S24DAUD, DAUD) += 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-dcinema-encode: CMD = enc_dec_pcm daud framemd5 s16le $(SRC) -c:a pcm_s24daud -aframes 20
FATE_FFMPEG += $(FATE_PCM-yes)
FATE_SAMPLES_AVCONV += $(FATE_SAMPLES_PCM-yes)