Skip to content

Commit

Permalink
tests/fate: added mxf tests for essencegroups and missing index
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
markreidvfx authored and michaelni committed Jan 28, 2015
1 parent 449b8cf commit a181169
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions tests/fate/mxf.mak
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 0 deletions tests/ref/fate/mxf-essencegroup-demux
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#tb 0: 1001/24000
0, 0, 0, 1, 2080768, 0xe99233d9
1 change: 1 addition & 0 deletions tests/ref/fate/mxf-missing-index-demux
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CRC=0x48508eed

0 comments on commit a181169

Please sign in to comment.