Default to a content type.
authorCarl Hetherington <cth@carlh.net>
Fri, 26 Jul 2013 13:39:35 +0000 (14:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 26 Jul 2013 13:39:35 +0000 (14:39 +0100)
src/lib/config.cc

index 82a5b10954bac80a571cf5b9b70530859b8156c4..29b63b5c8217eb268175692a5f1d52dc11e800af 100644 (file)
@@ -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);