diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-26 20:11:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-26 20:11:41 +0000 |
| commit | 779ff4ae4d3a906ae5e7befc3e27666b5f91d3a0 (patch) | |
| tree | 81d671952136e4f4b805d5ee21f81b31194c178d | |
| parent | 87b1f66a0c3fb79d49f87818f6c76d8eea26130b (diff) | |
ChangeLog and change default JPEG2000 bandwidth to 100MBps.
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | src/lib/config.cc | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2014-01-26 Carl Hetherington <cth@carlh.net> + + * Change default JPEG2000 bandwith to 100MBps. + + * Updated fr_FR translation from Theirry Journet. + 2014-01-24 Carl Hetherington <cth@carlh.net> * Try to fix repeatedly-reported exceptions. diff --git a/src/lib/config.cc b/src/lib/config.cc index 5a9e1619a..30f85850d 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -63,7 +63,7 @@ Config::Config () , _default_still_length (10) , _default_container (Ratio::from_id ("185")) , _default_dcp_content_type (DCPContentType::from_dci_name ("TST")) - , _default_j2k_bandwidth (200000000) + , _default_j2k_bandwidth (100000000) , _default_audio_delay (0) , _kdm_email ( _("Dear Projectionist\n\nPlease find attached KDMs for $CPL_NAME.\n\nThe KDMs are valid from $START_TIME until $END_TIME.\n\nBest regards,\nDCP-o-matic") |
