X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Ffilm.h;h=72d6d5e8d409bce8b2751e565c6fce1de789e751;hb=e68386830c8812f80cb4b3af9871170226b916b4;hp=5318d6a12aa837229d4e4ea6ff94ffe1a958fdb8;hpb=3d9c0674236a425f0be5e9caff5e23f59e7c037a;p=dcpomatic.git diff --git a/src/lib/film.h b/src/lib/film.h index 5318d6a12..72d6d5e8d 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -210,6 +210,8 @@ public: return _tolerant; } + bool last_written_by_earlier_than(int major, int minor, int micro) const; + /** Identifiers for the parts of our state; used for signalling changes. */ @@ -516,6 +518,8 @@ private: */ boost::optional _directory; + boost::optional _last_written_by; + /** Name for DCP-o-matic */ std::string _name; /** True if a auto-generated ISDCF-compliant name should be used for our DCP */