diff options
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 0aa3dab3f..a1dfc6094 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -165,7 +165,8 @@ public: std::string content_summary (DCPTimePeriod period) const; - std::list<std::string> fix_conflicting_settings (); + bool references_dcp_video () const; + bool references_dcp_audio () const; /** Identifiers for the parts of our state; used for signalling changes. |
