From: Carl Hetherington Date: Sun, 5 Mar 2023 22:32:50 +0000 (+0100) Subject: Fix default value of include_mca_subdescriptors in dcp.h X-Git-Tag: v1.8.65~10 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=834c3f38e5127c6182445a2afd2c92c9e121ed85;p=libdcp.git Fix default value of include_mca_subdescriptors in dcp.h --- diff --git a/src/dcp.h b/src/dcp.h index 8ce6a96d..bf9b3aaf 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -157,7 +157,7 @@ public: */ void write_xml( std::shared_ptr signer = std::shared_ptr(), - bool include_mca_subdescriptors = false, + bool include_mca_subdescriptors = true, NameFormat name_format = NameFormat("%t") );