diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-09 17:28:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-09 17:28:51 +0100 |
| commit | 11d0d8d07917543d6c40a6bb1fe5581ae216f5aa (patch) | |
| tree | 666bc0e50e2c872cef79ceea690f3999fef4bffc /src/lib/config.cc | |
| parent | 883d885dc8690519d205c8baa275385af8a39f4b (diff) | |
| parent | 0b97307b78b1d5e017e97ff90d5d05102cb70c1c (diff) | |
Merge branch '1.0' of ssh://houllier/home/carl/git/dvdomatic into 1.0
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); |
