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 /src/lib | |
| parent | 87b1f66a0c3fb79d49f87818f6c76d8eea26130b (diff) | |
ChangeLog and change default JPEG2000 bandwidth to 100MBps.
Diffstat (limited to 'src/lib')
| -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 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") |
