#include "opj_includes.h"
Defines | |
#define | MSG_SIZE 512 |
Functions | |
opj_event_mgr_t *OPJ_CALLCONV | opj_set_event_mgr (opj_common_ptr cinfo, opj_event_mgr_t *event_mgr, void *context) |
opj_bool | opj_event_msg (opj_common_ptr cinfo, int event_type, const char *fmt,...) |
Write formatted data to a string and send the string to a user callback. |
#define MSG_SIZE 512 |
Referenced by opj_event_msg().
opj_event_mgr_t* OPJ_CALLCONV opj_set_event_mgr | ( | opj_common_ptr | cinfo, | |
opj_event_mgr_t * | event_mgr, | |||
void * | context | |||
) |