Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / ffmpeg_examiner.cc
index b31280cd5b3cac7b093456e2c9cb2c946a71635a..382b71b83442a36e2fe4910310131190fbfcb84f 100644 (file)
@@ -42,6 +42,7 @@ using std::cout;
 using std::max;
 using boost::shared_ptr;
 using boost::optional;
+using namespace dcpomatic;
 
 /** @param job job that the examiner is operating in, or 0 */
 FFmpegExaminer::FFmpegExaminer (shared_ptr<const FFmpegContent> c, shared_ptr<Job> job)