diff options
author | Merov Linden <merov@lindenlab.com> | 2010-12-24 11:36:15 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-12-24 11:36:15 -0800 |
commit | 0c5bd3675babb0cbe6f3c7312350b71b8229e5d3 (patch) | |
tree | f5827f0e6d0222c2cc7d9ef908a6106f603a8ca3 /indra/llkdu/llimagej2ckdu.cpp | |
parent | e874b156c5861226fcca9d7bfa7f6131790eaf0d (diff) |
STORM-744 : Took code review into account, moving stuff back in protected or even private, fix things to work in debug mode, some clean up in j2coj also
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 1a286d1406..efa75e4ebd 100644 --- a/indra/llkdu/llimagej2ckdu.cpp +++ b/indra/llkdu/llimagej2ckdu.cpp @@ -1017,7 +1017,7 @@ kdc_flow_control::kdc_flow_control (kdu_image_in_base *img_in, kdu_codestream co comp->ratio_counter = 0; comp->remaining_lines = comp->initial_lines = dims.size.y; } - assert(num_components > 0); + assert(num_components >= 0); tile.set_components_of_interest(num_components); max_buffer_memory = engine.create(codestream,tile,false,NULL,false,1,NULL,NULL,false); |