Config option for default standard (SMPTE / Interop).
[dcpomatic.git] / src / lib / film.cc
index 6514efde82f3b62cbe4d5bfea1af8abff3f486e4..b112914b340241d7958e95b29af50cbf6bc576a8 100644 (file)
@@ -123,7 +123,7 @@ Film::Film (boost::filesystem::path dir, bool log)
        , _audio_channels (6)
        , _three_d (false)
        , _sequence_video (true)
-       , _interop (false)
+       , _interop (Config::instance()->default_interop ())
        , _audio_processor (0)
        , _state_version (current_state_version)
        , _dirty (false)