X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.cc;h=baa11ac93218820152ab5f3230d110fa0a9446df;hb=9a97c1b4116d7fb80e8ab145c0cc738dbf14d617;hp=86e0a107e1eec1d6351ded90b132e1a24a3a16e3;hpb=46d58f0a7898acabf77c3306e2066903d2444a73;p=dcpomatic.git diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index 86e0a107e..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