summaryrefslogtreecommitdiff
path: root/tests/test_tile_encoder.c
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-05-02 07:01:13 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-05-02 07:01:13 +0000
commit055d429ae11ad98dfd3dc68d188ec538588d805c (patch)
tree4f8b62cb33a66264cf9faa6346994f01e5d5df54 /tests/test_tile_encoder.c
parent8231897b26096be299ef6f33ff7d5f42b45106d5 (diff)
[trunk] Enhance support of events like the v2 branch. Use right name of variables.
Diffstat (limited to 'tests/test_tile_encoder.c')
-rw-r--r--tests/test_tile_encoder.c6
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) {