diff options
Diffstat (limited to 'test/audio_delay_test.cc')
| -rw-r--r-- | test/audio_delay_test.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/audio_delay_test.cc b/test/audio_delay_test.cc index 2e02fa999..8f4ca836a 100644 --- a/test/audio_delay_test.cc +++ b/test/audio_delay_test.cc @@ -17,6 +17,12 @@ */ +/** @file test/audio_delay_test.cc + * @brief Test encode using some SndfileContents which have audio delays. + * + * The output is checked algorithmically using knowledge of the input. + */ + #include <boost/test/unit_test.hpp> #include <dcp/sound_frame.h> #include <dcp/cpl.h> @@ -87,7 +93,6 @@ void test_audio_delay (int delay_in_ms) } } - /* Test audio delay when specified in a piece of audio content */ BOOST_AUTO_TEST_CASE (audio_delay_test) { |
