rename j2k_decode_v2 to opj_j2k_decode

This commit is contained in:
Mickael Savinaud
2012-08-09 15:16:33 +00:00
parent a51aed7ce2
commit 10e9a6b6cd
4 changed files with 7 additions and 4 deletions

View File

@@ -11723,7 +11723,7 @@ static void j2k_setup_decoding_tile (opj_j2k_v2_t *p_j2k)
/**
* Decodes the tiles of the stream.
*/
opj_bool j2k_decode_v2( opj_j2k_v2_t * p_j2k,
opj_bool opj_j2k_decode(opj_j2k_v2_t * p_j2k,
opj_stream_private_t * p_stream,
opj_image_t * p_image,
opj_event_mgr_t * p_manager)