std::shared_ptr
[dcpomatic.git] / test / ffmpeg_audio_test.cc
index e4c9077154484b2672aca56a20a3bea887cc99d9..fc315ec2d4470186d9c8c77eec1c3097a10b8135 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/ffmpeg_audio_test.cc
  *  @brief Test reading audio from an FFmpeg file.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "lib/ffmpeg_content.h"
@@ -42,7 +42,7 @@
 #include <boost/test/unit_test.hpp>
 
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 BOOST_AUTO_TEST_CASE (ffmpeg_audio_test)
 {