[trunk] rename public symbols with OPJ_ prefix
[openjpeg.git] / src / lib / openjp2 / cio.c
index 8f08baeebef64937f1572f7f30e353177387e046..9d3c388088e237cb8e14893ee4a07b5469ae9d8e 100644 (file)
@@ -179,7 +179,7 @@ opj_stream_t* OPJ_CALLCONV opj_stream_create(OPJ_SIZE_T p_buffer_size,opj_bool l
 
 opj_stream_t* OPJ_CALLCONV opj_stream_default_create(opj_bool l_is_input)
 {
-       return opj_stream_create(J2K_STREAM_CHUNK_SIZE,l_is_input);
+       return opj_stream_create(OPJ_J2K_STREAM_CHUNK_SIZE,l_is_input);
 }
 
 void OPJ_CALLCONV opj_stream_destroy(opj_stream_t* p_stream)