Skip to content

Commit

Permalink
avformat/mlv: add fate sample
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Ross <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
rouseabout authored and michaelni committed Apr 19, 2014
1 parent ab683ef commit f45a840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/fate/demux.mak
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ fate-maxis-xa: CMD = framecrc -i $(TARGET_SAMPLES)/maxis-xa/SC2KBUG.XA -frames:a
FATE_SAMPLES_DEMUX-$(call DEMDEC, MATROSKA, H264) += fate-mkv
fate-mkv: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/test7_cut.mkv -c copy

FATE_SAMPLES_DEMUX-$(CONFIG_MLV_DEMUXER) += fate-mlv-demux
fate-mlv-demux: CMD = crc -i $(TARGET_SAMPLES)/mlv/M19-0333-cut.MLV -c copy

FATE_SAMPLES_DEMUX-$(CONFIG_MTV_DEMUXER) += fate-mtv
fate-mtv: CMD = framecrc -i $(TARGET_SAMPLES)/mtv/comedian_auto-partial.mtv -c copy

Expand Down
1 change: 1 addition & 0 deletions tests/ref/fate/mlv-demux
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CRC=0x937f8af3

0 comments on commit f45a840

Please sign in to comment.