Basic (untested) ebur128 (#368).
[dcpomatic.git] / src / lib / examine_content_job.cc
index b5441e36b55c662451f2a3d9bab92bcd45a72fa6..42aad981c897965fdd1145ca9831853f9a66c916 100644 (file)
@@ -22,6 +22,7 @@
 #include "log.h"
 #include "content.h"
 #include "film.h"
+#include <iostream>
 
 #include "i18n.h"
 
@@ -29,8 +30,8 @@ using std::string;
 using std::cout;
 using boost::shared_ptr;
 
-ExamineContentJob::ExamineContentJob (shared_ptr<const Film> f, shared_ptr<Content> c)
-       : Job (f)
+ExamineContentJob::ExamineContentJob (shared_ptr<const Film> film, shared_ptr<Content> c)
+       : Job (film)
        , _content (c)
 {