From e8ce097ce705446c27b51199a321a9918deaa0db Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 31 Oct 2025 00:03:49 +0100 Subject: Allow specification of which parts of the DCP to encrypt (#3099). --- src/lib/writer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/writer.cc') diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 7121c594b..41e831e94 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -723,7 +723,7 @@ Writer::finish() bool Writer::can_fake_write(Frame frame) const { - if (film()->encrypted()) { + if (film()->encrypt_picture()) { /* We need to re-write the frame because the asset ID is embedded in the HMAC... I think... */ return false; } -- cgit v1.2.3