mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
lavf/brstm: add FATE tests for BFSTM and BCSTM files
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0416b5e033
commit
94a43dcff1
@ -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
tests/ref/fate/bcstm
Normal file
1
tests/ref/fate/bcstm
Normal file
@ -0,0 +1 @@
|
||||
CRC=0xca62d03b
|
1
tests/ref/fate/bfstm
Normal file
1
tests/ref/fate/bfstm
Normal file
@ -0,0 +1 @@
|
||||
CRC=0xbd3d0d33
|
Loading…
Reference in New Issue
Block a user