diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-25 13:49:20 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-25 13:49:20 +0000 |
| commit | f824078c14af9ff8153f4ee26a2c5a37117e8855 (patch) | |
| tree | 46699d3a5d9259bbdff0b01324550b41253c73c5 /src/lib/openjp2/openjpeg.c | |
| parent | 3250833a6214475b4ed564ef35b3fa09b6ff9716 (diff) | |
[trunk] rename opj_event_msg_v2 to opj_event_msg
Diffstat (limited to 'src/lib/openjp2/openjpeg.c')
| -rw-r--r-- | src/lib/openjp2/openjpeg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp2/openjpeg.c b/src/lib/openjp2/openjpeg.c index 31ea761f..65293cfe 100644 --- a/src/lib/openjp2/openjpeg.c +++ b/src/lib/openjp2/openjpeg.c @@ -475,7 +475,7 @@ opj_bool OPJ_CALLCONV opj_setup_decoder(opj_codec_t *p_codec, opj_codec_private_t * l_codec = (opj_codec_private_t *) p_codec; if (! l_codec->is_decompressor) { - opj_event_msg_v2(&(l_codec->m_event_mgr), EVT_ERROR, + opj_event_msg(&(l_codec->m_event_mgr), EVT_ERROR, "Codec provided to the opj_setup_decoder function is not a decompressor handler.\n"); return OPJ_FALSE; } @@ -496,7 +496,7 @@ opj_bool OPJ_CALLCONV opj_read_header ( opj_stream_t *p_stream, opj_stream_private_t* l_stream = (opj_stream_private_t*) p_stream; if(! l_codec->is_decompressor) { - opj_event_msg_v2(&(l_codec->m_event_mgr), EVT_ERROR, + opj_event_msg(&(l_codec->m_event_mgr), EVT_ERROR, "Codec provided to the opj_read_header function is not a decompressor handler.\n"); return OPJ_FALSE; } |
