summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-31 23:50:57 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-31 23:50:57 +0000
commit4b3554db5556f8745ff36c5ca80423aaa41ae506 (patch)
tree36386608a7da560213f92b84b47d349ec3a60704 /src/lib/film.h
parent0a83994b5308cadc36e08d944bc65c2aef84449e (diff)
Disable DCP panel stuff which cannot be altered when a DCP is being referenced.
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 0aa3dab3f..bce2c3b54 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.
@@ -167,6 +167,9 @@ public:
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.
*/