diff options
author | Mark Reid <mindmark@gmail.com> | 2016-09-18 14:11:35 -0700 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-09-21 01:29:47 +0200 |
commit | 6419b4c0cb154932b96c140bdf2a9c4eefddcbed (patch) | |
tree | 05e81068739676636832e6fb4b3ebdb9193f46b2 /tests | |
parent | d8d433321796c3eaf47d93e1091a20cbd3c44bda (diff) | |
download | ffmpeg-6419b4c0cb154932b96c140bdf2a9c4eefddcbed.tar.gz |
test/fate: add multi component mxf test
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/mxf.mak | 3 | ||||
-rw-r--r-- | tests/ref/fate/mxf-multiple-components-demux | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/tests/fate/mxf.mak b/tests/fate/mxf.mak index 6032c85ccb..e95c0b514f 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 0000000000..9da7bc6923 --- /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 |