diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-03 09:46:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-03 09:46:33 +0000 |
| commit | f1a34d5f3ff52ea56f8b14aa34750f407a9c6855 (patch) | |
| tree | 3f2e4d444ce7cf47d38516a059eec5f400c128e4 /src | |
| parent | b5148a6d419992a9de14c551df2181c6a983037f (diff) | |
Change default DCP content type to FTR.
Diffstat (limited to 'src')
| -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 2b7b81cfe..79ab4e9a3 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -69,7 +69,7 @@ Config::Config () , _default_still_length (10) , _default_scale (VideoContentScale (Ratio::from_id ("185"))) , _default_container (Ratio::from_id ("185")) - , _default_dcp_content_type (DCPContentType::from_isdcf_name ("TST")) + , _default_dcp_content_type (DCPContentType::from_isdcf_name ("FTR")) , _default_j2k_bandwidth (100000000) , _default_audio_delay (0) , _check_for_updates (false) |
