From c1229ba3e750fa0c877ef8444da82e8ea4a9638f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 9 Oct 2022 14:13:39 +0200 Subject: Make CPL metadata writing optional. --- src/dcp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dcp.h') diff --git a/src/dcp.h b/src/dcp.h index 35e2edf8..6a8eef15 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -157,7 +157,8 @@ public: */ void write_xml ( std::shared_ptr signer = std::shared_ptr(), - NameFormat name_format = NameFormat("%t") + NameFormat name_format = NameFormat("%t"), + bool write_cpl_metadata = true ); void resolve_refs (std::vector> assets); -- cgit v1.2.3