Extend the amount of allowed disagreement between the audio
[dcpomatic.git] / test / audio_merger_test.cc
index 2b6cdc267b1461b6c2518115c0737ae2a2e4db35..4a1f689dd9b6bd4a07b6a88105f269c755b0510d 100644 (file)
 
 */
 
+/** @file  test/audio_merger_test.cc
+ *  @brief Test AudioMerger class.
+ *  @ingroup selfcontained
+ */
+
 #include "lib/audio_merger.h"
 #include "lib/audio_buffers.h"
 #include <boost/test/unit_test.hpp>
@@ -31,6 +36,7 @@ using std::list;
 using std::cout;
 using boost::shared_ptr;
 using boost::bind;
+using namespace dcpomatic;
 
 static shared_ptr<const AudioBuffers> last_audio;