diff options
Diffstat (limited to 'tests/test_tile_encoder.c')
| -rw-r--r-- | tests/test_tile_encoder.c | 2 |
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); |
