summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-21 23:02:48 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-21 23:02:48 +0200
commit142f7dee139074294d35c630ecee67b85e8a98fc (patch)
treecc0b5684c76c409816b708dfec9e8fb71b2a221e /src/lib/film.h
parent736745c86cefc6d5d4d8098799efc86f0f639061 (diff)
Add Film::clear_markers().
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index c4cd8bef1..86e9be6d9 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -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);