std::shared_ptr
[dcpomatic.git] / src / lib / ffmpeg_image_proxy.cc
index c978fc3834f95f8e63c691876315744ace4c5746..5b2280cfdfbf5b500261b8e3e34834c2038f8313 100644 (file)
@@ -44,9 +44,9 @@ using std::cout;
 using std::pair;
 using std::min;
 using std::make_pair;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
-using boost::dynamic_pointer_cast;
+using std::dynamic_pointer_cast;
 using dcp::raw_convert;
 
 FFmpegImageProxy::FFmpegImageProxy (boost::filesystem::path path, VideoRange video_range)