Don't set a default luminance now that it's optional.
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Apr 2021 09:59:16 +0000 (11:59 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 6 Apr 2021 11:40:36 +0000 (13:40 +0200)
src/lib/film.cc

index 4e1e6c524a5dc76d0184636be77d1d0bd12fb02d..50472bf41f3f78a37f0472066d5dc956f1c3cde7 100644 (file)
@@ -170,7 +170,6 @@ Film::Film (optional<boost::filesystem::path> dir)
        , _name_language (dcp::LanguageTag("en-US"))
        , _version_number (1)
        , _status (dcp::Status::FINAL)
        , _name_language (dcp::LanguageTag("en-US"))
        , _version_number (1)
        , _status (dcp::Status::FINAL)
-       , _luminance (dcp::Luminance(4.5, dcp::Luminance::Unit::FOOT_LAMBERT))
        , _state_version (current_state_version)
        , _dirty (false)
        , _tolerant (false)
        , _state_version (current_state_version)
        , _dirty (false)
        , _tolerant (false)