From 6767ea24561fb4ac7137bc5734dc4befcdc830aa Mon Sep 17 00:00:00 2001 From: Mickael Savinaud Date: Thu, 9 Aug 2012 12:35:13 +0000 Subject: [trunk] rename opj_setup_encoder_v2 to opj_setup_encoder --- tests/test_tile_encoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_tile_encoder.c') 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); -- cgit v1.2.3