Change default DCP content type to FTR.
authorCarl Hetherington <cth@carlh.net>
Mon, 3 Nov 2014 09:46:33 +0000 (09:46 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 3 Nov 2014 09:46:33 +0000 (09:46 +0000)
src/lib/config.cc

index 2b7b81cfeec2a3b067ab482c264eeea49a30ec6b..79ab4e9a36cb7467ede25b18035fcb953f86e173 100644 (file)
@@ -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)