You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at this method:
OPJ_BOOL OPJ_CALLCONV opj_setup_encoder(opj_codec_t *p_codec,
opj_cparameters_t *parameters,
opj_image_t *p_image);
If p_codec is an encoder, then this function always returns true. It should in fact
return the return value of the actual opj_setup_encoder function pointer.
Originally reported on Google Code with ID 497
Reported by boxerab on 2015-05-29 18:46:36
The text was updated successfully, but these errors were encountered: