From 6227a6118e803561877b6a8ccbe023c6e53ec5e8 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 31 Jul 2009 23:28:12 +0100 Subject: check: add basic unit test for flvdemux In particular, test re-use of flvdemux in both pull and push mode (see #583030). --- tests/files/Makefile.am | 1 + tests/files/pcm16sine.flv | Bin 0 -> 4459 bytes 2 files changed, 1 insertion(+) create mode 100644 tests/files/pcm16sine.flv (limited to 'tests/files') diff --git a/tests/files/Makefile.am b/tests/files/Makefile.am index 4f3d3a43..73ab4f2d 100644 --- a/tests/files/Makefile.am +++ b/tests/files/Makefile.am @@ -5,6 +5,7 @@ EXTRA_DIST = \ id3-407349-2.tag \ id3-447000-wcop.tag \ id3-577468-unsynced-tag.tag \ + pcm16sine.flv \ test-cert.pem \ test-key.pem diff --git a/tests/files/pcm16sine.flv b/tests/files/pcm16sine.flv new file mode 100644 index 00000000..2925a2aa Binary files /dev/null and b/tests/files/pcm16sine.flv differ -- cgit