Browse Source

lavf/brstm: add FATE tests for BFSTM and BCSTM files

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.8
Rodger Combs Michael Niedermayer 10 years ago
parent
commit
94a43dcff1
3 changed files with 6 additions and 0 deletions
  1. +4
    -0
      tests/fate/demux.mak
  2. +1
    -0
      tests/ref/fate/bcstm
  3. +1
    -0
      tests/ref/fate/bfstm

+ 4
- 0
tests/fate/demux.mak View File

@@ -13,6 +13,10 @@ fate-ast: CMD = crc -i $(TARGET_SAMPLES)/ast/demo11_02_partial.ast -c copy
FATE_SAMPLES_DEMUX-$(CONFIG_BINK_DEMUXER) += fate-bink-demux
fate-bink-demux: CMD = crc -i $(TARGET_SAMPLES)/bink/Snd0a7d9b58.dee -vn -acodec copy

FATE_SAMPLES_DEMUX-$(CONFIG_BFSTM_DEMUXER) += fate-bfstm fate-bcstm
fate-bfstm: CMD = crc -i $(TARGET_SAMPLES)/bfstm/spl-forest-day.bfstm -acodec copy
fate-bcstm: CMD = crc -i $(TARGET_SAMPLES)/bfstm/loz-mm-mikau.bcstm -acodec copy

FATE_SAMPLES_DEMUX-$(CONFIG_BRSTM_DEMUXER) += fate-brstm
fate-brstm: CMD = crc -i $(TARGET_SAMPLES)/brstm/lozswd_partial.brstm -acodec copy



+ 1
- 0
tests/ref/fate/bcstm View File

@@ -0,0 +1 @@
CRC=0xca62d03b

+ 1
- 0
tests/ref/fate/bfstm View File

@@ -0,0 +1 @@
CRC=0xbd3d0d33

Loading…
Cancel
Save