[FFmpeg-devel] [PATCH] fate: Add encrypted tta stream test
James Almer
jamrial at gmail.com
Thu Feb 14 01:56:01 CET 2013
Signed-off-by: James Almer <jamrial at gmail.com>
---
tests/fate/lossless-audio.mak | 3 +++
tests/ref/fate/lossless-tta-encrypted | 1 +
2 files changed, 4 insertions(+)
create mode 100644 tests/ref/fate/lossless-tta-encrypted
diff --git a/tests/fate/lossless-audio.mak b/tests/fate/lossless-audio.mak
index 57aa3aa..8dc0f06 100644
--- a/tests/fate/lossless-audio.mak
+++ b/tests/fate/lossless-audio.mak
@@ -19,6 +19,9 @@ fate-lossless-tak: CMD = crc -i $(SAMPLES)/lossless-audio/luckynight-partial.tak
FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, TTA, TTA) += fate-lossless-tta
fate-lossless-tta: CMD = crc -i $(SAMPLES)/lossless-audio/inside.tta
+FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, TTA, TTA) += fate-lossless-tta-encrypted
+fate-lossless-tta-encrypted: CMD = crc -password ffmpeg -i $(SAMPLES)/lossless-audio/encrypted.tta
+
FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, ASF, WMALOSSLESS) += fate-lossless-wma
fate-lossless-wma: CMD = md5 -i $(SAMPLES)/lossless-audio/luckynight-partial.wma -f s16le
diff --git a/tests/ref/fate/lossless-tta-encrypted b/tests/ref/fate/lossless-tta-encrypted
new file mode 100644
index 0000000..39aec95
--- /dev/null
+++ b/tests/ref/fate/lossless-tta-encrypted
@@ -0,0 +1 @@
+CRC=0x4563745f
--
1.7.12.4
More information about the ffmpeg-devel
mailing list