Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2022-09-30 20:02:05 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2022-10-05 00:47:53 +0300
commitc5f61c99f9abb4a22ba16ebde34d3977995c42a9 (patch)
treea13399c5f2b04aae8f445bde67e3747489b0d342 /tests
parent042c1966da4dfb95a3d8adc3358d16bb99a21282 (diff)
tests/fate/truehd: Add test for shortened Ticket1726 testcase
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/truehd.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/truehd.mak b/tests/fate/truehd.mak
index 7da8c93cff..2a9e94b1cc 100644
--- a/tests/fate/truehd.mak
+++ b/tests/fate/truehd.mak
@@ -13,5 +13,10 @@ fate-truehd-core-bsf: CMD = md5pipe -i $(TARGET_SAMPLES)/truehd/atmos.thd -c:a c
fate-truehd-core-bsf: CMP = oneline
fate-truehd-core-bsf: REF = 3aa5d0c7825051f3657b71fd6135183b
+FATE_TRUEHD-$(call DEMDEC, TRUEHD, TRUEHD) += fate-truehd-mono1726
+fate-truehd-mono1726: CMD = md5pipe -f truehd -i $(TARGET_SAMPLES)/truehd/ticket-1726-monocut.thd -f s32le
+fate-truehd-mono1726: CMP = oneline
+fate-truehd-mono1726: REF = 9be9551fac418440bb02101bfdb11df9
+
FATE_SAMPLES_AUDIO += $(FATE_TRUEHD-yes)
fate-truehd: $(FATE_TRUEHD-yes)