X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffilm.h;h=5e4c01c868cb46341f073f823182e3b77e436bba;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=f268bc5b7c6050737c8bb5730d7db8b33ebb71c2;hpb=b16fa5f0de631821a7acc994645a291bc7aa90c9;p=dcpomatic.git diff --git a/src/lib/film.h b/src/lib/film.h index f268bc5b7..5e4c01c86 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -105,7 +105,7 @@ public: uint64_t required_disk_space () const; bool should_be_enough_disk_space (double& required, double& available, bool& can_hard_link) const; - + /* Proxies for some Playlist methods */ ContentList content () const; @@ -121,7 +121,7 @@ public: dcp::LocalTime until, dcp::Formulation formulation ) const; - + std::list make_kdms ( std::list >, boost::filesystem::path cpl_file, @@ -140,7 +140,7 @@ public: std::vector audio_output_names () const; void repeat_content (ContentList, int); - + /** Identifiers for the parts of our state; used for signalling changes. */ @@ -200,7 +200,7 @@ public: bool is_signed () const { return _signed; } - + bool encrypted () const { return _encrypted; } @@ -245,7 +245,7 @@ public: AudioProcessor const * audio_processor () const { return _audio_processor; } - + /* SET */ @@ -304,7 +304,7 @@ private: * must not be relative. */ boost::filesystem::path _directory; - + /** Name for DCP-o-matic */ std::string _name; /** True if a auto-generated ISDCF-compliant name should be used for our DCP */