summaryrefslogtreecommitdiffstats
path: root/tests/fate/filter-audio.mak
diff options
context:
space:
mode:
authorBenjamin Steffes <benjaminst123@gmail.com>2016-04-15 12:14:55 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-04-15 12:14:55 +0200
commit0cfe16437fce4c2090d39552cf63d559c139f06d (patch)
tree1185c69e81538673af6b68ea8a735d486ddaa854 /tests/fate/filter-audio.mak
parentbb505cd5057ce926e81048e19bb96dbdcb6ae2cf (diff)
downloadffmpeg-streaming-0cfe16437fce4c2090d39552cf63d559c139f06d.zip
ffmpeg-streaming-0cfe16437fce4c2090d39552cf63d559c139f06d.tar.gz
lavfi/af_hdcd: Implement high definition audio cd filtering.
Fixes ticket #4441.
Diffstat (limited to 'tests/fate/filter-audio.mak')
-rw-r--r--tests/fate/filter-audio.mak6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak
index b3ed64f..7f7e520 100644
--- a/tests/fate/filter-audio.mak
+++ b/tests/fate/filter-audio.mak
@@ -102,6 +102,12 @@ fate-filter-volume: CMD = md5 -i $(SRC) -af aperms=random,volume=precision=fixed
fate-filter-volume: CMP = oneline
fate-filter-volume: REF = 4d6ba75ef3e32d305d066b9bc771d6f4
+FATE_AFILTER_SAMPLES-$(call FILTERDEMDECENCMUX, HDCD, FLAC, FLAC, PCM_S24LE, PCM_S24LE) += fate-filter-hdcd
+fate-filter-hdcd: SRC = $(TARGET_SAMPLES)/filter/hdcd.flac
+fate-filter-hdcd: CMD = md5 -i $(SRC) -af hdcd -f s24le
+fate-filter-hdcd: CMP = oneline
+fate-filter-hdcd: REF = 5db465a58d2fd0d06ca944b883b33476
+
FATE_AFILTER-yes += fate-filter-formats
fate-filter-formats: libavfilter/formats-test$(EXESUF)
fate-filter-formats: CMD = run libavfilter/formats-test
OpenPOWER on IntegriCloud