std::shared_ptr
[dcpomatic.git] / test / ffmpeg_pts_offset_test.cc
index 18f89713e756d85e7ed529c434ad118f39811c92..134881c0d0238082704b9fc426baa3d039632bcb 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/ffmpeg_pts_offset_test.cc
  *  @brief Check the computation of _pts_offset in FFmpegDecoder.
- *  @ingroup specific
+ *  @ingroup selfcontained
  */
 
 #include <boost/test/unit_test.hpp>
@@ -31,7 +31,8 @@
 #include "lib/audio_content.h"
 #include "test.h"
 
-using boost::shared_ptr;
+using std::shared_ptr;
+using namespace dcpomatic;
 
 BOOST_AUTO_TEST_CASE (ffmpeg_pts_offset_test)
 {