[FFmpeg-devel] [PATCH 2/2] test/fate: add multi component mxf test

Mark Reid mindmark at gmail.com
Mon Sep 19 00:11:35 EEST 2016


---
 tests/fate/mxf.mak                           |  3 +++
 tests/ref/fate/mxf-multiple-components-demux | 11 +++++++++++
 2 files changed, 14 insertions(+)
 create mode 100644 tests/ref/fate/mxf-multiple-components-demux

diff --git a/tests/fate/mxf.mak b/tests/fate/mxf.mak
index 6032c85..e95c0b5 100644
--- a/tests/fate/mxf.mak
+++ b/tests/fate/mxf.mak
@@ -5,6 +5,9 @@ fate-mxf-missing-index-demux: CMD = crc -i $(TARGET_SAMPLES)/mxf/opatom_missing_
 FATE_MXF += fate-mxf-essencegroup-demux
 fate-mxf-essencegroup-demux: CMD = framecrc -i $(TARGET_SAMPLES)/mxf/opatom_essencegroup_alpha_raw.mxf -vcodec copy
 
+FATE_MXF += fate-mxf-multiple-components-demux
+fate-mxf-multiple-components-demux: CMD = framecrc -i $(TARGET_SAMPLES)/mxf/multiple_components.mxf -vcodec copy
+
 FATE_MXF-$(CONFIG_MXF_DEMUXER) += $(FATE_MXF)
 
 FATE_SAMPLES_AVCONV += $(FATE_MXF-yes)
diff --git a/tests/ref/fate/mxf-multiple-components-demux b/tests/ref/fate/mxf-multiple-components-demux
new file mode 100644
index 0000000..9da7bc6
--- /dev/null
+++ b/tests/ref/fate/mxf-multiple-components-demux
@@ -0,0 +1,11 @@
+#tb 0: 1001/24000
+#media_type 0: video
+#codec_id 0: dnxhd
+#dimensions 0: 640x480
+#sar 0: 1/1
+0,          0,          0,        1,    28672, 0x7a4b0044
+0,          1,          1,        1,    28672, 0x75dc29a6
+0,          2,          2,        1,    28672, 0xecabd44b
+0,          3,          3,        1,    28672, 0xc917a96e
+0,          4,          4,        1,    28672, 0x7805cfd5
+0,          5,          5,        1,    28672, 0x55d26dab
-- 
2.9.2



More information about the ffmpeg-devel mailing list