From: Carl Hetherington Date: Mon, 3 Nov 2014 09:46:33 +0000 (+0000) Subject: Change default DCP content type to FTR. X-Git-Tag: v2.0.48~521 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=f1a34d5f3ff52ea56f8b14aa34750f407a9c6855;p=dcpomatic.git Change default DCP content type to FTR. --- 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)