std::shared_ptr
[dcpomatic.git] / test / audio_delay_test.cc
index 8e1d820859fa458838acc144bf6970ed6098331b..f229446f02a7a464e0199cf1fb6565d5e1fd91d2 100644 (file)
 
 */
 
-/** @defgroup specific Tests of fairly specific areas */
+/** @defgroup feature Tests of features */
 
 /** @file  test/audio_delay_test.cc
  *  @brief Test encode using some FFmpegContents which have audio delays.
- *  @ingroup specific
+ *  @ingroup feature
  *
  *  The output is checked algorithmically using knowledge of the input.
  */
@@ -45,7 +45,7 @@
 using std::string;
 using std::cout;
 using boost::lexical_cast;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 static
 void test_audio_delay (int delay_in_ms)