diff options
author | Merov Linden <merov@lindenlab.com> | 2011-05-04 22:43:51 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-05-04 22:43:51 -0700 |
commit | c6c1419faa6e4acef19b3ddfc6c89b4a10bca15f (patch) | |
tree | f604895d955bf2816eb93513448e1a312fc22ad0 /indra/llimagej2coj/llimagej2coj.cpp | |
parent | 1ef083244ad8cc603b50c1d737d8efb4ed14bb17 (diff) |
EXP-664 : Make encoding parameters more resilient to bad entries, add levels as encoding parameters, update test applet to support this
Diffstat (limited to 'indra/llimagej2coj/llimagej2coj.cpp')
-rw-r--r-- | indra/llimagej2coj/llimagej2coj.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llimagej2coj/llimagej2coj.cpp b/indra/llimagej2coj/llimagej2coj.cpp index 8288fa1f5c..d15824ce5a 100644 --- a/indra/llimagej2coj/llimagej2coj.cpp +++ b/indra/llimagej2coj/llimagej2coj.cpp @@ -113,7 +113,7 @@ BOOL LLImageJ2COJ::initDecode(LLImageJ2C &base, LLImageRaw &raw_image, int disca return FALSE; } -BOOL LLImageJ2COJ::initEncode(LLImageJ2C &base, LLImageRaw &raw_image, int blocks_size, int precincts_size) +BOOL LLImageJ2COJ::initEncode(LLImageJ2C &base, LLImageRaw &raw_image, int blocks_size, int precincts_size, int levels) { // No specific implementation for this method in the OpenJpeg case return FALSE; |