Fix fopen() on windows to cope with long filenames (part of #1755).
[dcpomatic.git] / test / ffmpeg_decoder_seek_test.cc
index 230c5476869c9aa70632be3b59f47ac1e152b142..01eec011010177db24d44225a1aca4444d29dc6f 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/ffmpeg_decoder_seek_test.cc
  *  @brief Check seek() with FFmpegDecoder.
- *  @ingroup specific
+ *  @ingroup selfcontained
  *
  *  This doesn't check that the contents of those frames are right, which
  *  it probably should.
@@ -42,7 +42,7 @@ using std::cerr;
 using std::vector;
 using std::list;
 using std::cout;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;