Use more local methods rather than calling out to Film in the Decoder.
[dcpomatic.git] / src / lib / j2k_wav_encoder.cc
index 4dd9ce8b6adc68bf64de46154dcd655484b0fe5a..73a70910e9f9f631f3f3109e3c317bbd27694610 100644 (file)
 #include "cross.h"
 #include "film.h"
 
-using namespace std;
-using namespace boost;
+using std::string;
+using std::stringstream;
+using std::list;
+using std::vector;
+using std::pair;
+using boost::shared_ptr;
+using boost::thread;
+using boost::lexical_cast;
 
 J2KWAVEncoder::J2KWAVEncoder (shared_ptr<const Film> f, shared_ptr<const Options> o)
        : Encoder (f, o)