Nicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432
[dcpomatic.git] / src / lib / film.h
index c722518805855732bda05fcc06c94427997a6cdb..86e9be6d9dc4ea3d2c748c328ee48a6538e53069 100644 (file)
@@ -89,8 +89,8 @@ private:
 
 /** @class Film
  *
- *  @brief A representation of some audio and video content, and details of
- *  how they should be presented in a DCP.
+ *  @brief A representation of some audio, video, subtitle and closed-caption content,
+ *  and details of how they should be presented in a DCP.
  *
  *  The content of a Film is held in a Playlist (created and managed by the Film).
  */
@@ -381,6 +381,7 @@ public:
        void set_reencode_j2k (bool);
        void set_marker (dcp::Marker type, dcpomatic::DCPTime time);
        void unset_marker (dcp::Marker type);
+       void clear_markers ();
        void set_ratings (std::vector<dcp::Rating> r);
        void set_content_version (std::string v);