diff options
Diffstat (limited to 'tests/test_tile_encoder.c')
| -rw-r--r-- | tests/test_tile_encoder.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_tile_encoder.c b/tests/test_tile_encoder.c index 338cc5a4..85f51c70 100644 --- a/tests/test_tile_encoder.c +++ b/tests/test_tile_encoder.c @@ -225,9 +225,9 @@ int main () } /* catch events using our callbacks and give a local context */ - //opj_set_info_handler(l_codec, info_callback,00); - //opj_set_warning_handler(l_codec, warning_callback,00); - //opj_set_error_handler(l_codec, error_callback,00); + opj_set_info_handler(l_codec, info_callback,00); + opj_set_warning_handler(l_codec, warning_callback,00); + opj_set_error_handler(l_codec, error_callback,00); l_image = opj_image_tile_create(NUM_COMPS,l_params,CLRSPC_SRGB); if (! l_image) { |
