summaryrefslogtreecommitdiff
path: root/tests/test_tile_encoder.c
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-08-09 12:35:13 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-08-09 12:35:13 +0000
commit6767ea24561fb4ac7137bc5734dc4befcdc830aa (patch)
tree06d9da4a951b303f7395546dcff3415922fa0965 /tests/test_tile_encoder.c
parent459db3d64b38321dabd6b7ecc2ba1b7508ecae6a (diff)
[trunk] rename opj_setup_encoder_v2 to opj_setup_encoder
Diffstat (limited to 'tests/test_tile_encoder.c')
-rw-r--r--tests/test_tile_encoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tile_encoder.c b/tests/test_tile_encoder.c
index ea57d269..e1d93b3d 100644
--- a/tests/test_tile_encoder.c
+++ b/tests/test_tile_encoder.c
@@ -271,7 +271,7 @@ int main (int argc, char *argv[])
l_image->y1 = image_height;
l_image->color_space = CLRSPC_SRGB;
- if (! opj_setup_encoder_v2(l_codec,&l_param,l_image)) {
+ if (! opj_setup_encoder(l_codec,&l_param,l_image)) {
fprintf(stderr, "ERROR -> test_tile_encoder: failed to setup the codec!\n");
opj_destroy_codec(l_codec);
opj_image_destroy(l_image);