X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.cc;h=baa11ac93218820152ab5f3230d110fa0a9446df;hb=182b9d2e2feb6545592868606aaf0f0146095481;hp=81088a4416cd0e7a838adaf4578e6c1e14b55d3e;hpb=254b3044d72de6b033d7c584f5abd2b9aa70aad5;p=dcpomatic.git diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index 81088a441..baa11ac93 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2015 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,18 +18,21 @@ */ -#include -#include "examine_content_job.h" -#include "log.h" + #include "content.h" +#include "examine_content_job.h" #include "film.h" +#include "log.h" +#include #include #include "i18n.h" + using std::string; using std::cout; -using boost::shared_ptr; +using std::shared_ptr; + ExamineContentJob::ExamineContentJob (shared_ptr film, shared_ptr c) : Job (film) @@ -38,18 +41,27 @@ ExamineContentJob::ExamineContentJob (shared_ptr film, shared_ptr