X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffilm.h;h=7103f627115e51fe5a5d8305589f5601ec4e3848;hb=d311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f;hp=78a66e17f24d9903e65afcde30a259681bf2a77b;hpb=94ab538738526948c5a52ed1222be1e484255541;p=dcpomatic.git diff --git a/src/lib/film.h b/src/lib/film.h index 78a66e17f..7103f6271 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -18,14 +18,17 @@ */ + /** @file src/film.h * @brief A representation of some audio and video content, and details of * how they should be presented in a DCP. */ + #ifndef DCPOMATIC_FILM_H #define DCPOMATIC_FILM_H + #include "change_signaller.h" #include "dcp_text_track.h" #include "frame_rate_change.h" @@ -36,6 +39,7 @@ #include #include #include +#include #include #include #include @@ -44,6 +48,7 @@ #include #include + namespace xmlpp { class Document; } @@ -65,6 +70,7 @@ struct isdcf_name_test; struct recover_test_2d_encrypted; struct atmos_encrypted_passthrough_test; + class InfoFileHandle { public: @@ -408,6 +414,9 @@ public: return _luminance; } + boost::gregorian::date isdcf_date () const { + return _isdcf_date; + } /* SET */