Add another FFmpeg audio test.
authorCarl Hetherington <cth@carlh.net>
Sat, 2 Sep 2017 20:02:47 +0000 (21:02 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 2 Sep 2017 20:02:47 +0000 (21:02 +0100)
test/data
test/ffmpeg_audio_only_test.cc

index afcff70aee5dd8d2fd83164cd56e9d842b132858..849a24d60157a04c0725726bcec8760c45fd3743 160000 (submodule)
--- a/test/data
+++ b/test/data
@@ -1 +1 @@
-Subproject commit afcff70aee5dd8d2fd83164cd56e9d842b132858
+Subproject commit 849a24d60157a04c0725726bcec8760c45fd3743
index 716cf505558e9d9dc6093a8e7fb854e64f49deb5..ebfffc3ebbba8ad729cd61683a192ab34b27cc72 100644 (file)
@@ -107,3 +107,9 @@ BOOST_AUTO_TEST_CASE (ffmpeg_audio_only_test2)
        /* S32 1 channel */
        test ("test/data/sine_440.wav");
 }
+
+BOOST_AUTO_TEST_CASE (ffmpeg_audio_only_test3)
+{
+       /* S24 1 channel */
+       test ("test/data/sine_24_48_440.wav");
+}