mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Merge commit 'd2f1d42b18787e4fcb28864d9d9f701dd64a5747'
* commit 'd2f1d42b18787e4fcb28864d9d9f701dd64a5747': fate: add dolby true hd tests Conflicts: tests/fate/lossless-audio.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
b7bfe17824
@ -13,6 +13,12 @@ fate-lossless-shorten: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-
|
||||
FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, TAK, TAK) += fate-lossless-tak
|
||||
fate-lossless-tak: CMD = crc -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.tak
|
||||
|
||||
FATE_TRUEHD = fate-lossless-truehd-5.1 fate-lossless-truehd-5.1-downmix-2.0
|
||||
fate-lossless-truehd-5.1: CMD = md5 -f truehd -i $(TARGET_SAMPLES)/lossless-audio/truehd_5.1.raw -f s32le
|
||||
fate-lossless-truehd-5.1-downmix-2.0: CMD = md5 -f truehd -request_channel_layout 2 -i $(TARGET_SAMPLES)/lossless-audio/truehd_5.1.raw -f s32le
|
||||
fate-lossless-truehd: $(FATE_TRUEHD)
|
||||
FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, TRUEHD, TRUEHD) += $(FATE_TRUEHD)
|
||||
|
||||
FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, TTA, TTA) += fate-lossless-tta
|
||||
fate-lossless-tta: CMD = crc -i $(TARGET_SAMPLES)/lossless-audio/inside.tta
|
||||
|
||||
|
1
tests/ref/fate/lossless-truehd-5.1
Normal file
1
tests/ref/fate/lossless-truehd-5.1
Normal file
@ -0,0 +1 @@
|
||||
95d8aac39dd9f0d7fb83dc7b6f88df35
|
1
tests/ref/fate/lossless-truehd-5.1-downmix-2.0
Normal file
1
tests/ref/fate/lossless-truehd-5.1-downmix-2.0
Normal file
@ -0,0 +1 @@
|
||||
a269aee0051d4400c9117136f08c9767
|
Loading…
Reference in New Issue
Block a user