Pass MainSoundConfiguration object rather than a string.
[libdcp.git] / src / dcp.h
index 8ce6a96d646a3eb4361c5439e8e7188deff2dc68..bf9b3aaf03da832ec938d8497ce80e4048a1a582 100644 (file)
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -157,7 +157,7 @@ public:
         */
        void write_xml(
                std::shared_ptr<const CertificateChain> signer = std::shared_ptr<const CertificateChain>(),
-               bool include_mca_subdescriptors = false,
+               bool include_mca_subdescriptors = true,
                NameFormat name_format = NameFormat("%t")
        );