diff options
author | Merov Linden <merov@lindenlab.com> | 2012-04-04 18:58:34 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-04-04 18:58:34 -0700 |
commit | 782981866a70f4a33a298c93ee80aaf138fdf459 (patch) | |
tree | 61a15a6a262bc6052750b6ca63049f3e97e70539 /indra/llkdu/tests | |
parent | c6511d9c857c079e0360f88c05328feb70a8bc0d (diff) |
SH-3060 : New byte range implementation. Intermediate (not working) state.
Diffstat (limited to 'indra/llkdu/tests')
-rw-r--r-- | indra/llkdu/tests/llimagej2ckdu_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llkdu/tests/llimagej2ckdu_test.cpp b/indra/llkdu/tests/llimagej2ckdu_test.cpp index feb6671e40..405f7c9388 100644 --- a/indra/llkdu/tests/llimagej2ckdu_test.cpp +++ b/indra/llkdu/tests/llimagej2ckdu_test.cpp @@ -146,6 +146,7 @@ void kdu_codestream::set_fast() { } void kdu_codestream::set_fussy() { } void kdu_codestream::get_dims(int, kdu_dims&, bool ) { } int kdu_codestream::get_min_dwt_levels() { return 5; } +int kdu_codestream::get_max_tile_layers() { return 1; } void kdu_codestream::change_appearance(bool, bool, bool) { } void kdu_codestream::get_tile_dims(kdu_coords, int, kdu_dims&, bool ) { } void kdu_codestream::destroy() { } |