Bump libdcp for asdcplib version fix.
[dcpomatic.git] / test / ffmpeg_decoder_sequential_test.cc
index b4ff8ce5fd4b2369b862164ae85cdf88a93af16a..f81ebda9cfdfc9bc5991691bd5312259177d8be2 100644 (file)
@@ -21,7 +21,7 @@
 /** @file  test/ffmpeg_decoder_sequential_test.cc
  *  @brief Check that the FFmpeg decoder and Player produce sequential frames without gaps or dropped frames;
  *  Also that the decoder picks up frame rates correctly.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "lib/ffmpeg_content.h"
@@ -39,7 +39,7 @@
 using std::cout;
 using std::cerr;
 using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 using boost::bind;
 #if BOOST_VERSION >= 106100