diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-14 18:39:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-14 18:39:23 +0100 |
| commit | 6d1232abc853ea3771c35da6d3ff091b66baa1f2 (patch) | |
| tree | 30b9e5275b30f8927a90d3db388d8ea10f0b6b24 /src/lib/dcp_decoder.h | |
| parent | a680098a14cf40172370fde12c86691b82a36051 (diff) | |
FIXME: fix bugs.448-re-use
Diffstat (limited to 'src/lib/dcp_decoder.h')
| -rw-r--r-- | src/lib/dcp_decoder.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h index 01b85b8d1..224a525e3 100644 --- a/src/lib/dcp_decoder.h +++ b/src/lib/dcp_decoder.h @@ -117,7 +117,7 @@ private: FontIDAllocator _font_id_allocator; - bool _can_reuse_video; - bool _can_reuse_audio; - EnumIndexedVector<bool, TextType> _can_reuse_text; + bool _reuse_video; + bool _reuse_audio; + EnumIndexedVector<bool, TextType> _reuse_text; }; |
