mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-09 08:39:41 +00:00
tests/fate: added mxf tests for essencegroups and missing index
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
449b8cf04b
commit
a181169868
@ -135,6 +135,7 @@ include $(SRC_PATH)/tests/fate/monkeysaudio.mak
|
||||
include $(SRC_PATH)/tests/fate/mp3.mak
|
||||
include $(SRC_PATH)/tests/fate/mpc.mak
|
||||
include $(SRC_PATH)/tests/fate/mpeg4.mak
|
||||
include $(SRC_PATH)/tests/fate/mxf.mak
|
||||
include $(SRC_PATH)/tests/fate/opus.mak
|
||||
include $(SRC_PATH)/tests/fate/pcm.mak
|
||||
include $(SRC_PATH)/tests/fate/probe.mak
|
||||
|
11
tests/fate/mxf.mak
Normal file
11
tests/fate/mxf.mak
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
FATE_MXF += fate-mxf-missing-index-demux
|
||||
fate-mxf-missing-index-demux: CMD = crc -i $(TARGET_SAMPLES)/mxf/opatom_missing_index.mxf -acodec copy
|
||||
|
||||
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-$(CONFIG_MXF_DEMUXER) += $(FATE_MXF)
|
||||
|
||||
FATE_SAMPLES_AVCONV += $(FATE_MXF-yes)
|
||||
fate-mxf: $(FATE_MXF-yes)
|
2
tests/ref/fate/mxf-essencegroup-demux
Normal file
2
tests/ref/fate/mxf-essencegroup-demux
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1001/24000
|
||||
0, 0, 0, 1, 2080768, 0xe99233d9
|
1
tests/ref/fate/mxf-missing-index-demux
Normal file
1
tests/ref/fate/mxf-missing-index-demux
Normal file
@ -0,0 +1 @@
|
||||
CRC=0x48508eed
|
Loading…
Reference in New Issue
Block a user