diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-26 14:39:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-26 14:39:35 +0100 |
| commit | 623465fb91108021e8d97d9496d0cc54bea1a361 (patch) | |
| tree | 90618cb5f59527ff599b93cafd3337b49ab37a24 /src/lib | |
| parent | f7e853e710214fd00f467a9d179586a4a5fbdaa7 (diff) | |
Default to a content type.
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 82a5b1095..29b63b5c8 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -53,7 +53,7 @@ Config::Config () , _sound_processor (SoundProcessor::from_id (N_("dolby_cp750"))) , _default_still_length (10) , _default_container (Ratio::from_id ("185")) - , _default_dcp_content_type (0) + , _default_dcp_content_type (DCPContentType::from_dci_name ("TST")) , _default_j2k_bandwidth (200000000) { _allowed_dcp_frame_rates.push_back (24); |
