Put Image into the dcpomatic namespace.
[dcpomatic.git] / src / lib / ffmpeg_image_proxy.cc
index 4b3c3084c7f2db4a71c529f88b23f8b7c1e1e7f6..97e7933b7223144aba957189506f32ae0bfee24e 100644 (file)
@@ -42,15 +42,14 @@ DCPOMATIC_ENABLE_WARNINGS
 
 
 using std::cout;
-using std::make_pair;
 using std::make_shared;
 using std::min;
-using std::pair;
 using std::shared_ptr;
 using std::string;
-using boost::optional;
 using std::dynamic_pointer_cast;
+using boost::optional;
 using dcp::raw_convert;
+using namespace dcpomatic;
 
 
 FFmpegImageProxy::FFmpegImageProxy (boost::filesystem::path path)