From: Carl Hetherington Date: Mon, 5 Nov 2012 18:31:55 +0000 (+0000) Subject: A few comments. X-Git-Tag: v2.0.48~1557 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=ab077f7bbc4fcceec8b8089cd331ef9c2eb5a232;p=dcpomatic.git A few comments. --- diff --git a/src/lib/film.h b/src/lib/film.h index ee640f33b..049af45e2 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -390,6 +390,7 @@ private: /** Any running ExamineContentJob, or 0 */ boost::shared_ptr _examine_content_job; + /** The date that we should use in a DCI name */ boost::gregorian::date _dci_date; std::string thumb_file_for_frame (SourceFrame) const; @@ -422,7 +423,9 @@ private: std::vector _filters; /** Scaler algorithm to use */ Scaler const * _scaler; + /** Frames to trim off the start of the source */ SourceFrame _dcp_trim_start; + /** Frames to trim off the end of the source */ SourceFrame _dcp_trim_end; /** true to create an A/B comparison DCP, where the left half of the image is the video without any filters or post-processing, and the right half