diff options
author | Merov Linden <merov@lindenlab.com> | 2012-04-06 18:28:47 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-04-06 18:28:47 -0700 |
commit | 172b45d5a217c7cdb922f49706b310edc412fc28 (patch) | |
tree | 4b70ee5e7bdb969548a0113dbcbdd7d835bc2952 /indra/llkdu/llimagej2ckdu.cpp | |
parent | bb7b5b27cedaa189aa2db6bb6b272c969923d8e2 (diff) |
SH-3060 : Complete new byte range computation, clean up and back pedal on some changes that didn't pay of.
Diffstat (limited to 'indra/llkdu/llimagej2ckdu.cpp')
-rw-r--r-- | indra/llkdu/llimagej2ckdu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llkdu/llimagej2ckdu.cpp b/indra/llkdu/llimagej2ckdu.cpp index 31db9d48e3..cbfc34ebb8 100644 --- a/indra/llkdu/llimagej2ckdu.cpp +++ b/indra/llkdu/llimagej2ckdu.cpp @@ -393,7 +393,7 @@ BOOL LLImageJ2CKDU::initDecode(LLImageJ2C &base, LLImageRaw &raw_image, F32 deco region_kdu->size.y = region[3] - region[1]; } int discard = (discard_level != -1 ? discard_level : base.getRawDiscardLevel()); - llinfos << "Merov debug : initDecode, discard used = " << discard << ", asked = " << discard_level << llendl; + //llinfos << "Merov debug : initDecode, discard used = " << discard << ", asked = " << discard_level << llendl; // Apply loading restrictions mCodeStreamp->apply_input_restrictions( first_channel, max_channel_count, discard, 0, region_kdu); |