std::shared_ptr
[dcpomatic.git] / src / lib / ffmpeg_decoder.cc
index 0d653906116a1ada85573e50e5eac357593d6be8..ae4ab237f344ce8c8fd39613d0589b21475dbec6 100644 (file)
@@ -68,11 +68,11 @@ using std::min;
 using std::pair;
 using std::max;
 using std::map;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::is_any_of;
 using boost::split;
 using boost::optional;
-using boost::dynamic_pointer_cast;
+using std::dynamic_pointer_cast;
 using dcp::Size;
 using namespace dcpomatic;