diff options
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
