diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-07 16:34:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-07 16:34:48 +0100 |
| commit | 0799f9481791f8a70589bf9e6991883f48e27b3d (patch) | |
| tree | 83e7b079b0dafacdb73aedd23a3a1cdccf35bdd3 /src/lib/config.cc | |
| parent | 75de8898265611a4fc7068c40668ca697e6c1864 (diff) | |
Improve VideoContent ratio handling slightly.
Diffstat (limited to 'src/lib/config.cc')
| -rw-r--r-- | src/lib/config.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index 6fbd34d05..e4cebdc73 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -52,7 +52,7 @@ Config::Config () , _tms_path (N_(".")) , _sound_processor (SoundProcessor::from_id (N_("dolby_cp750"))) , _default_still_length (10) - , _default_container (0) + , _default_container (Ratio::from_id ("185")) , _default_dcp_content_type (0) { _allowed_dcp_frame_rates.push_back (24); |
