Make the value used for 'f' in KDM names consistent (#1657).
[dcpomatic.git] / src / lib / film.h
index a1bec3d53b93763a298c467232e1bad28f3d00ec..55bbb406959a65167626c894515ec99833f0b5d9 100644 (file)
@@ -409,6 +409,10 @@ public:
                return _luminance;
        }
 
+       boost::gregorian::date isdcf_date () const {
+               return _isdcf_date;
+       }
+
 
        /* SET */