Remove some FFmpeg-related warnings by using AVStream::codecpar.
[dcpomatic.git] / test / upmixer_a_test.cc
index ba07eafd157d11cda985371dc862c431713acbfa..35224ff234a6c2f0bceceeed708834d5bdaac4c6 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/upmixer_a_test.cc
  *  @brief Check the Upmixer A against some reference sound files.
- *  @ingroup specific
+ *  @ingroup selfcontained
  */
 
 #include <boost/test/unit_test.hpp>
 #include "lib/upmixer_a.h"
 #include "test.h"
 
-using boost::shared_ptr;
+using std::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using namespace dcpomatic;
 
 static SNDFILE* L;