X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fj2k_still_encoder.cc;h=d8970d3a13bb93b46105c194cec47989328b6abf;hb=63ea6b6c5ee64f8ee067c2b488d004b6dfe363e0;hp=51946372f2fe6695bc96cce73aad6fcaca615176;hpb=977b36672892b14de4ecb68e98415c64946e8a93;p=dcpomatic.git diff --git a/src/lib/j2k_still_encoder.cc b/src/lib/j2k_still_encoder.cc index 51946372f..d8970d3a1 100644 --- a/src/lib/j2k_still_encoder.cc +++ b/src/lib/j2k_still_encoder.cc @@ -38,8 +38,9 @@ #include "imagemagick_decoder.h" #include "film.h" -using namespace std; -using namespace boost; +using std::string; +using std::pair; +using boost::shared_ptr; J2KStillEncoder::J2KStillEncoder (shared_ptr f, shared_ptr o) : Encoder (f, o)