diff options
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index b2daf0f22..f3ddc652a 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -106,6 +106,8 @@ public: int audio_channels () const; + void set_dci_date_today (); + enum Property { NONE, NAME, @@ -390,6 +392,8 @@ private: /** Any running ExamineContentJob, or 0 */ boost::shared_ptr<ExamineContentJob> _examine_content_job; + boost::gregorian::date _dci_date; + std::string thumb_file_for_frame (int) const; std::string thumb_base_for_frame (int) const; void signal_changed (Property); |
