diff options
author | Benjamin Steffes <benjaminst123@gmail.com> | 2016-04-15 12:14:55 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-04-15 12:14:55 +0200 |
commit | 0cfe16437fce4c2090d39552cf63d559c139f06d (patch) | |
tree | 1185c69e81538673af6b68ea8a735d486ddaa854 /tests | |
parent | bb505cd5057ce926e81048e19bb96dbdcb6ae2cf (diff) | |
download | ffmpeg-0cfe16437fce4c2090d39552cf63d559c139f06d.tar.gz |
lavfi/af_hdcd: Implement high definition audio cd filtering.
Fixes ticket #4441.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/filter-audio.mak | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak index b3ed64fbe1..7f7e5203fe 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 |