From ab077f7bbc4fcceec8b8089cd331ef9c2eb5a232 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 5 Nov 2012 18:31:55 +0000 Subject: A few comments. --- src/lib/film.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib') 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 -- cgit v1.2.3