From 61009a709c76ec2a8529c0fcf15057d82bed6454 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 6 Sep 2015 00:08:08 +0200 Subject: 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 --- tests/fate/pcm.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fate/pcm.mak') 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) -- cgit v1.2.3