Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / ffmpeg_decoder.cc
index edc0b08d1537a4dfa83bbb60c2013228f834d548..0e65a6d6b272a67e2f9bdc37bb281f8114684d87 100644 (file)
@@ -74,6 +74,7 @@ using boost::split;
 using boost::optional;
 using boost::dynamic_pointer_cast;
 using dcp::Size;
+using namespace dcpomatic;
 
 FFmpegDecoder::FFmpegDecoder (shared_ptr<const Film> film, shared_ptr<const FFmpegContent> c, bool fast)
        : FFmpeg (c)