X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.cc;h=baa11ac93218820152ab5f3230d110fa0a9446df;hb=0330b684fe616b465e65b67f7d995e659fa83fca;hp=fb943915517ca215e0566ce86c804276059ea88d;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index fb9439155..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,19 +18,22 @@ */ -#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 std::shared_ptr; + ExamineContentJob::ExamineContentJob (shared_ptr film, shared_ptr c) : Job (film) , _content (c) @@ -38,23 +41,27 @@ ExamineContentJob::ExamineContentJob (shared_ptr film, shared_ptr