summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/film.h3
1 files changed, 3 insertions, 0 deletions
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<ExamineContentJob> _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<Filter const *> _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