summaryrefslogtreecommitdiff
path: root/src/lib/film.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-18 00:36:46 +0200
committerCarl Hetherington <cth@carlh.net>2023-09-18 00:36:46 +0200
commit8bf885d308586842bb3195745cb40480a91793a2 (patch)
tree53c95488e447229e5780d2463885602aa4ae630d /src/lib/film.cc
parenta40d665fa9795e6d8a47f9fa962ef1e64d754778 (diff)
Remove default standard setting (already taken from template).2381-templates
Diffstat (limited to 'src/lib/film.cc')
-rw-r--r--src/lib/film.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc
index ba8de10bd..542dbfa74 100644
--- a/src/lib/film.cc
+++ b/src/lib/film.cc
@@ -165,7 +165,7 @@ Film::Film (optional<boost::filesystem::path> dir)
, _audio_channels(8)
, _three_d (false)
, _sequence (true)
- , _interop (Config::instance()->default_interop ())
+ , _interop(false)
, _limit_to_smpte_bv20(false)
, _audio_processor (0)
, _reel_type (ReelType::SINGLE)