[FFmpeg-cvslog] FATE: add a TAK test
Anton Khirnov
git at videolan.org
Fri Aug 9 08:59:20 CEST 2013
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue Aug 6 09:40:54 2013 +0200| [fa09e76010b7db5ae0c7af9b7412096359ecd8c8] | committer: Anton Khirnov
FATE: add a TAK test
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa09e76010b7db5ae0c7af9b7412096359ecd8c8
---
tests/fate/lossless-audio.mak | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/fate/lossless-audio.mak b/tests/fate/lossless-audio.mak
index 415fcb7..3638f17 100644
--- a/tests/fate/lossless-audio.mak
+++ b/tests/fate/lossless-audio.mak
@@ -10,6 +10,11 @@ fate-ralf: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.rmvb
FATE_SAMPLES_AVCONV-$(call DEMDEC, SHORTEN, SHORTEN) += fate-lossless-shorten
fate-lossless-shorten: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.shn -f s16le
+FATE_SAMPLES_AVCONV-$(call DEMDEC, TAK, TAK) += fate-lossless-tak
+fate-lossless-tak: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.tak -f s16le
+fate-lossless-tak: CMP = oneline
+fate-lossless-tak: REF = a28d4e5f2192057f7d4bece870f40bd0
+
FATE_SAMPLES_AVCONV-$(call DEMDEC, TTA, TTA) += fate-lossless-tta
fate-lossless-tta: CMD = crc -i $(TARGET_SAMPLES)/lossless-audio/inside.tta
More information about the ffmpeg-cvslog
mailing list