Recover subtitle language metadata from the places is was written
[dcpomatic.git] / test / ffmpeg_decoder_sequential_test.cc
index d8293b6fe3df69a0216f0d29e7fbdf387a9379a0..bf66685867117421651f93e8ffeff186c34a576c 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"
@@ -42,6 +42,9 @@ using std::list;
 using boost::shared_ptr;
 using boost::optional;
 using boost::bind;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using namespace dcpomatic;
 
 static DCPTime next;