summaryrefslogtreecommitdiff
path: root/src/lib/decoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/decoder.cc')
-rw-r--r--src/lib/decoder.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/decoder.cc b/src/lib/decoder.cc
index 9c339737a..f6ddfbeff 100644
--- a/src/lib/decoder.cc
+++ b/src/lib/decoder.cc
@@ -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.