summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-10 23:00:43 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-16 14:25:54 +0100
commitd5d9e143a5778928c5f386a7bd9cb140d4f1191a (patch)
treebca526b206d8b1e71f302a71ee2b81986e5d76ba /src/lib/film.h
parentf90bd4d97be25b3bca6b4523864896f5ff7b7e53 (diff)
Make the value used for 'f' in KDM names consistent (#1657).
Before it was mostly the film name, but this is confusing when a single film contains multiple CPLs.
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index a1bec3d53..55bbb4069 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -409,6 +409,10 @@ public:
return _luminance;
}
+ boost::gregorian::date isdcf_date () const {
+ return _isdcf_date;
+ }
+
/* SET */