Use boost::signals2; fix bugs with x-thread signalling.
[dcpomatic.git] / src / lib / decoder.cc
index 9c339737a96b269fc449b98fc3f76a477168b74a..f6ddfbeffceb47a7841d26d3f8c7c6358d91799f 100644 (file)
@@ -49,8 +49,10 @@ extern "C" {
 #include "ffmpeg_compatibility.h"
 #include "subtitle.h"
 
-using namespace std;
-using namespace boost;
+using std::string;
+using std::stringstream;
+using std::min;
+using boost::shared_ptr;
 
 /** @param f Film.
  *  @param o Options.