diff mbox series

[FFmpeg-devel] tests/fate/truehd: Add test for shortened Ticket1726 tesetcase

Message ID 20220930170307.5914-1-michael@niedermayer.cc
State Accepted
Commit c5f61c99f9abb4a22ba16ebde34d3977995c42a9
Headers show
Series [FFmpeg-devel] tests/fate/truehd: Add test for shortened Ticket1726 tesetcase | expand

Commit Message

Michael Niedermayer Sept. 30, 2022, 5:03 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 tests/fate/truehd.mak | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Michael Niedermayer Sept. 30, 2022, 10:07 p.m. UTC | #1
On Fri, Sep 30, 2022 at 07:03:07PM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>  tests/fate/truehd.mak | 5 +++++
>  1 file changed, 5 insertions(+)

will apply this, more tests are always good


[...]
diff mbox series

Patch

diff --git a/tests/fate/truehd.mak b/tests/fate/truehd.mak
index 7da8c93cffd..2a9e94b1cc8 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)