summaryrefslogtreecommitdiff
path: root/indra/llkdu
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2025-09-05 17:58:46 -0700
committerBrad Linden <brad@lindenlab.com>2025-09-10 13:04:04 -0700
commitf98a61be70fe7c73d446213bb143edc4035ddef7 (patch)
tree32e76fafa82099080f443506cb45aa1546f355e1 /indra/llkdu
parent5b97823db6f7cec6569ef893499cf48f4a889e67 (diff)
Improvements found in reviewing mac_arm branch #4629
Diffstat (limited to 'indra/llkdu')
-rw-r--r--indra/llkdu/llimagej2ckdu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llkdu/llimagej2ckdu.cpp b/indra/llkdu/llimagej2ckdu.cpp
index 598455a31a..7eba9494a6 100644
--- a/indra/llkdu/llimagej2ckdu.cpp
+++ b/indra/llkdu/llimagej2ckdu.cpp
@@ -316,7 +316,7 @@ void LLImageJ2CKDU::setupCodeStream(LLImageJ2C &base, bool keep_codestream, ECod
// *TODO: This seems to be wrong. The base class should have no idea of
// how j2c compression works so no good way of computing what's the byte
// range to be used.
- mCodeStreamp->set_max_bytes(max_bytes);
+ mCodeStreamp->set_max_bytes(max_bytes);
// If you want to flip or rotate the image for some reason, change
// the resolution, or identify a restricted region of interest, this is