[FFmpeg-devel] [PATCH] fate: add nistsphere demuxer test

Paul B Mahol onemda at gmail.com
Sun Dec 30 19:10:12 CET 2012


Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
 tests/fate/demux.mak            | 3 +++
 tests/ref/fate/nistsphere-demux | 1 +
 2 files changed, 4 insertions(+)
 create mode 100644 tests/ref/fate/nistsphere-demux

diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak
index 76915bc..721f2b9 100644
--- a/tests/fate/demux.mak
+++ b/tests/fate/demux.mak
@@ -46,6 +46,9 @@ fate-mxf-demux: CMD = framecrc -i $(SAMPLES)/mxf/C0023S01.mxf -acodec copy -vcod
 FATE_SAMPLES_DEMUX-$(CONFIG_NC_DEMUXER) += fate-nc-demux
 fate-nc-demux: CMD = framecrc -i $(SAMPLES)/nc-camera/nc-sample-partial -vcodec copy
 
+FATE_SAMPLES_DEMUX-$(CONFIG_NISTSPHERE_DEMUXER) += fate-nistsphere-demux
+fate-nistsphere-demux: CMD = crc -i $(SAMPLES)/nistsphere/nist-ulaw.nist -acodec copy
+
 FATE_SAMPLES_DEMUX-$(CONFIG_NSV_DEMUXER) += fate-nsv-demux
 fate-nsv-demux: CMD = framecrc -i $(SAMPLES)/nsv/witchblade-51kbps.nsv -t 6 -vcodec copy -acodec copy
 
diff --git a/tests/ref/fate/nistsphere-demux b/tests/ref/fate/nistsphere-demux
new file mode 100644
index 0000000..bb4874f
--- /dev/null
+++ b/tests/ref/fate/nistsphere-demux
@@ -0,0 +1 @@
+CRC=0xc4faddaf
-- 
1.7.11.4



More information about the ffmpeg-devel mailing list