diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-05 18:31:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-05 18:31:55 +0000 |
| commit | ab077f7bbc4fcceec8b8089cd331ef9c2eb5a232 (patch) | |
| tree | 91b6cce45a35f63b26197367255fc52cb559a3df /src | |
| parent | 3c9a6db5c16692409677040aff0d13b105c9d357 (diff) | |
A few comments.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/film.h | 3 |
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 |
