[FFmpeg-cvslog] fate: Add encrypted tta stream test
James Almer
git at videolan.org
Thu Feb 14 17:50:09 CET 2013
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Feb 13 21:56:01 2013 -0300| [8c95d177dfa911d9afc02428c87afcf7a6f608cc] | committer: Michael Niedermayer
fate: Add encrypted tta stream test
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8c95d177dfa911d9afc02428c87afcf7a6f608cc
---
tests/fate/lossless-audio.mak | 3 +++
tests/ref/fate/lossless-tta-encrypted | 1 +
2 files changed, 4 insertions(+)
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
More information about the ffmpeg-cvslog
mailing list