diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-08-06 09:40:54 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-08-08 22:59:42 +0200 |
commit | fa09e76010b7db5ae0c7af9b7412096359ecd8c8 (patch) | |
tree | 4661c76c3ad624844f40429f00e65c78ecf8c3b2 /tests | |
parent | dfc6b5c81491abf7effb97b23af17ccf7adcd132 (diff) | |
download | ffmpeg-fa09e76010b7db5ae0c7af9b7412096359ecd8c8.tar.gz |
FATE: add a TAK test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/lossless-audio.mak | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/lossless-audio.mak b/tests/fate/lossless-audio.mak index 415fcb73de..3638f17c27 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 |