[FFmpeg-devel] [PATCH v5 8/9] avformat/wavdec: Test s337m

Nicolas Gaullier nicolas.gaullier at cji.paris
Mon Oct 19 11:19:28 EEST 2020


Test s337m probing in wav container.
Test dolby_e demuxing for 20 bits with program config '5.1+2'.
---
 tests/Makefile           |  1 +
 tests/fate/audio.mak     |  3 +++
 tests/ref/fate/s337m-wav | 11 +++++++++++
 3 files changed, 15 insertions(+)
 create mode 100644 tests/ref/fate/s337m-wav

diff --git a/tests/Makefile b/tests/Makefile
index 7844901e53..97dbdab275 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -75,6 +75,7 @@ ENCDEC2 = $(call ALLYES, $(firstword $(1))_ENCODER $(lastword $(1))_DECODER  \
                          $(firstword $(3))_MUXER   $(lastword $(3))_DEMUXER)
 
 DEMDEC  = $(call ALLYES, $(1)_DEMUXER $(2:%=%_DECODER))
+DEMDEMDEC = $(call ALLYES, $(1)_DEMUXER $(2)_DEMUXER $(3:%=%_DECODER))
 ENCMUX  = $(call ALLYES, $(1:%=%_ENCODER) $(2)_MUXER)
 
 DEMMUX  = $(call ALLYES, $(1)_DEMUXER $(2)_MUXER)
diff --git a/tests/fate/audio.mak b/tests/fate/audio.mak
index fd9905ca0a..f2e030789a 100644
--- a/tests/fate/audio.mak
+++ b/tests/fate/audio.mak
@@ -24,6 +24,9 @@ fate-dolby-e: CMD = pcm -i $(TARGET_SAMPLES)/dolby_e/16-11
 fate-dolby-e: CMP = oneoff
 fate-dolby-e: REF = $(SAMPLES)/dolby_e/16-11.pcm
 
+FATE_SAMPLES_AUDIO-$(call DEMDEMDEC, WAV, S337M, DOLBY_E) += fate-s337m-wav
+fate-s337m-wav: CMD = framecrc -i $(TARGET_SAMPLES)/dolby_e/512.wav -vn -c:a copy
+
 FATE_SAMPLES_AUDIO-$(call DEMDEC, DSS, DSS_SP) += fate-dss-lp fate-dss-sp
 fate-dss-lp: CMD = framecrc -i $(TARGET_SAMPLES)/dss/lp.dss -frames 30 -af aresample
 fate-dss-sp: CMD = framecrc -i $(TARGET_SAMPLES)/dss/sp.dss -frames 30
diff --git a/tests/ref/fate/s337m-wav b/tests/ref/fate/s337m-wav
new file mode 100644
index 0000000000..16bfd06cae
--- /dev/null
+++ b/tests/ref/fate/s337m-wav
@@ -0,0 +1,11 @@
+#tb 0: 1/48000
+#media_type 0: audio
+#codec_id 0: dolby_e
+#sample_rate 0: 44800
+#channel_layout 0: 63f
+#channel_layout_name 0: 7.1
+0,          0,          0,     1920,    11496, 0x05a9c147
+0,       1920,       1920,     1920,    11496, 0x1d44d2b4
+0,       3840,       3840,     1920,    11496, 0x4e078953
+0,       5760,       5760,     1920,    11496, 0x1c73b1a1
+0,       7680,       7680,     1920,    11262, 0xfa179fc8
-- 
2.27.0.windows.1



More information about the ffmpeg-devel mailing list