diff options
Diffstat (limited to 'src/lib/ffmpeg_image_proxy.cc')
| -rw-r--r-- | src/lib/ffmpeg_image_proxy.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/ffmpeg_image_proxy.cc b/src/lib/ffmpeg_image_proxy.cc index 4b3c3084c..97e7933b7 100644 --- a/src/lib/ffmpeg_image_proxy.cc +++ b/src/lib/ffmpeg_image_proxy.cc @@ -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) |
