[gs-commits] rev 11753 - branches/jpx_openjpeg/gs/base
larsu at ghostscript.com
larsu at ghostscript.com
Mon Oct 4 14:53:44 UTC 2010
Author: larsu
Date: 2010-10-04 14:53:43 +0000 (Mon, 04 Oct 2010)
New Revision: 11753
Modified:
branches/jpx_openjpeg/gs/base/sjpx_opj.c
Log:
Suppress openjpeg's "info" messages.
Modified: branches/jpx_openjpeg/gs/base/sjpx_opj.c
===================================================================
--- branches/jpx_openjpeg/gs/base/sjpx_opj.c 2010-10-04 14:30:28 UTC (rev 11752)
+++ branches/jpx_openjpeg/gs/base/sjpx_opj.c 2010-10-04 14:53:43 UTC (rev 11753)
@@ -312,7 +312,7 @@
static opj_event_mgr_t opj_event_handers = {
s_jpx_opj_error_cb, /* error_handler */
s_jpx_opj_error_cb, /* warning_handler */
- s_jpx_opj_error_cb, /* info_handler */
+ NULL /* info_handler */
};
opj_dparameters_t opj_decodeparams;
opj_dinfo_t *opj_dinfo = NULL;
More information about the gs-commits
mailing list