mirror of https://git.ffmpeg.org/ffmpeg.git
test/fate: add multi component mxf test
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
d8d4333217
commit
6419b4c0cb
|
@ -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)
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue