diff options
author | Rodger Combs <rodger.combs@gmail.com> | 2015-06-23 12:35:36 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-23 19:44:19 +0200 |
commit | 94a43dcff1eabbaf14c80edf4b08450e69a12218 (patch) | |
tree | 9efcab21a7d414a0345bcee7f75819e777ae456a /tests | |
parent | 0416b5e0330c5eb226f92cf6c150eb6b7daa8b92 (diff) | |
download | ffmpeg-94a43dcff1eabbaf14c80edf4b08450e69a12218.tar.gz |
lavf/brstm: add FATE tests for BFSTM and BCSTM files
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/demux.mak | 4 | ||||
-rw-r--r-- | tests/ref/fate/bcstm | 1 | ||||
-rw-r--r-- | tests/ref/fate/bfstm | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak index 0eccc9b3c7..05ce4bfaa9 100644 --- a/tests/fate/demux.mak +++ b/tests/fate/demux.mak @@ -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 diff --git a/tests/ref/fate/bcstm b/tests/ref/fate/bcstm new file mode 100644 index 0000000000..cde12b678e --- /dev/null +++ b/tests/ref/fate/bcstm @@ -0,0 +1 @@ +CRC=0xca62d03b diff --git a/tests/ref/fate/bfstm b/tests/ref/fate/bfstm new file mode 100644 index 0000000000..4696ca67f9 --- /dev/null +++ b/tests/ref/fate/bfstm @@ -0,0 +1 @@ +CRC=0xbd3d0d33 |