diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-23 00:01:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-29 00:15:02 +0100 |
| commit | da822af56c5e4acab361b8531fb75a1dcb4b110e (patch) | |
| tree | d9a55547f801ef67e8091de7d878181f25a65d72 /src/lib/film.cc | |
| parent | 34435f5733bac96df052b62661a981d091787704 (diff) | |
Remove default container configuration option.
I think this is basically useless now that DoM guesses a good container
when the first video is added. It made more sense before we did that.
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index d5597b5a1..7d713c041 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -156,7 +156,7 @@ Film::Film (optional<boost::filesystem::path> dir) : _playlist (new Playlist) , _use_isdcf_name (Config::instance()->use_isdcf_name_by_default()) , _dcp_content_type (Config::instance()->default_dcp_content_type ()) - , _container (Config::instance()->default_container ()) + , _container(Ratio::from_id("185")) , _resolution (Resolution::TWO_K) , _encrypted (false) , _context_id (dcp::make_uuid ()) |
