Use anti-aliasing in the audio level plot.
[dcpomatic.git] / test / ffmpeg_pts_offset_test.cc
index f4bf6df3525d7053aa648ecbd24c17f8dca2935a..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,7 @@
 #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)