--- C:\Temp\OpenJPEG 1.3\libopenjpeg\mqc.h Tue Feb 16 16:32:29 2010 UTC +++ C:\Daten\Development\C++\LibOpenJPEG\mqc.h Tue Feb 9 19:43:05 2010 UTC @@ -70,6 +70,9 @@ unsigned char *end; opj_mqc_state_t *ctxs[MQC_NUMCTXS]; opj_mqc_state_t **curctx; +#ifdef MQC_PERF_OPT + unsigned char *buffer; +#endif } opj_mqc_t; /** @name Exported functions */ @@ -188,7 +191,7 @@ @param mqc MQC handle @return Returns the decoded symbol (0 or 1) */ -int mqc_decode(opj_mqc_t *mqc); +INLINE int mqc_decode(opj_mqc_t *const mqc); /* ----------------------------------------------------------------------- */ /*@}*/