[trunk] Fix a bunch of warning about C++ comments in C code.

This commit is contained in:
Mathieu Malaterre
2012-03-02 15:53:14 +00:00
parent b9e216ac6f
commit 4a2673772a
15 changed files with 180 additions and 190 deletions

View File

@@ -191,15 +191,15 @@ double mct_getnorm_real(int compno) {
opj_bool mct_decode_custom(
// MCT data
/* MCT data */
OPJ_BYTE * pDecodingData,
// size of components
/* size of components */
OPJ_UINT32 n,
// components
/* components */
OPJ_BYTE ** pData,
// nb of components (i.e. size of pData)
/* nb of components (i.e. size of pData) */
OPJ_UINT32 pNbComp,
// tells if the data is signed
/* tells if the data is signed */
OPJ_UINT32 isSigned)
{
OPJ_FLOAT32 * lMct;