X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.cc;h=cee4bcdc696d64fde8d4e69957c1355b517560d1;hb=17472c4962a1a99247eb409d3195304c92082a44;hp=ce42f428f6711c460bc37632cf26418796f990c6;hpb=c8ded80037ab5c3c105b33f719f87c586af93760;p=dcpomatic.git diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index ce42f428f..cee4bcdc6 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -32,14 +32,9 @@ #include "i18n.h" -using std::back_inserter; using std::cout; using std::dynamic_pointer_cast; -using std::list; -using std::make_shared; -using std::max; using std::shared_ptr; -using boost::optional; using namespace dcpomatic;