diff options
author | Merov Linden <merov@lindenlab.com> | 2011-04-04 18:37:32 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-04-04 18:37:32 -0700 |
commit | 83ec0cd62f70888c90671ea91cd056ecb6095bc1 (patch) | |
tree | 3bfd13782f0b056e61249f17a057d5bf7ee6f882 /indra/llimagej2coj/llimagej2coj.cpp | |
parent | dc00f42dd7ff59143869e17010ed435db009ae12 (diff) |
STORM-746 : add new arguments for precincts and blocks on output, region and level on input, add code for input loading restriction
Diffstat (limited to 'indra/llimagej2coj/llimagej2coj.cpp')
-rw-r--r-- | indra/llimagej2coj/llimagej2coj.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llimagej2coj/llimagej2coj.cpp b/indra/llimagej2coj/llimagej2coj.cpp index 13b12c0928..11c826e41a 100644 --- a/indra/llimagej2coj/llimagej2coj.cpp +++ b/indra/llimagej2coj/llimagej2coj.cpp @@ -107,6 +107,11 @@ LLImageJ2COJ::~LLImageJ2COJ() { } +BOOL LLImageJ2COJ::initDecode(LLImageJ2C &base, LLImageRaw &raw_image, int discard_level, int* region) +{ + // No specific implementaion for this method in the OpenJpeg case + return FALSE; +} BOOL LLImageJ2COJ::decodeImpl(LLImageJ2C &base, LLImageRaw &raw_image, F32 decode_time, S32 first_channel, S32 max_channel_count) { |