Use XX as an audio language when there is no specified audio language (#1939).
[dcpomatic.git] / test / resampler_test.cc
index 6f3e3fef1e424226fc6949339f00cb2a2f92c26a..2978d27f96ea8c259ef0c2d2bab81ee13555dd50 100644 (file)
@@ -19,8 +19,9 @@
 */
 
 /** @file  test/resampler_test.cc
- *  @brief Check that the timings that come back from the resampler correspond
+ *  @brief Check that the timings that come back from Resampler correspond
  *  to the number of samples it generates.
+ *  @ingroup selfcontained
  */
 
 #include <boost/test/unit_test.hpp>
@@ -30,7 +31,7 @@
 
 using std::pair;
 using std::cout;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 static void
 resampler_test_one (int from, int to)