summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-08-09 12:56:43 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-08-09 12:56:43 +0000
commitf12fde91328ed5b5cb5965be68bbda95cbe88385 (patch)
tree9a2d363f2b9230a2b572925140aa96db653e4821 /tests
parent1c4ea6d246affdf874983b5f4d72465bea0b48cc (diff)
[trunk] rename opj_destroy_cstr_info_v2 to opj_destroy_cstr_info
Diffstat (limited to 'tests')
-rw-r--r--tests/j2k_random_tile_access.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/j2k_random_tile_access.c b/tests/j2k_random_tile_access.c
index 123207f9..5a36d807 100644
--- a/tests/j2k_random_tile_access.c
+++ b/tests/j2k_random_tile_access.c
@@ -263,7 +263,7 @@ int main(int argc, char **argv)
if(!opj_get_decoded_tile(l_codec, l_stream, image, tile_index )){ \
fprintf(stderr, "ERROR -> j2k_to_image: failed to decode tile %d\n", tile_index); \
opj_stream_destroy(l_stream); \
- opj_destroy_cstr_info_v2(&cstr_info); \
+ opj_destroy_cstr_info(&cstr_info); \
opj_destroy_codec(l_codec); \
opj_image_destroy(image); \
fclose(fsrc); \
@@ -282,7 +282,7 @@ int main(int argc, char **argv)
opj_stream_destroy(l_stream);
/* Destroy code stream info */
- opj_destroy_cstr_info_v2(&cstr_info);
+ opj_destroy_cstr_info(&cstr_info);
/* Free remaining structures */
opj_destroy_codec(l_codec);