Fix crash when changing DCP audio channel count.
[dcpomatic.git] / src / lib / film.h
index 0aa3dab3f05a7388b7c0a6f02062321b366b956f..a1dfc60940bfd917ed0365d9ccda6838d4a2f07e 100644 (file)
@@ -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.