summaryrefslogtreecommitdiff
path: root/libopenjpeg/mct.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopenjpeg/mct.h')
-rw-r--r--libopenjpeg/mct.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libopenjpeg/mct.h b/libopenjpeg/mct.h
index c701280a..fab28d0c 100644
--- a/libopenjpeg/mct.h
+++ b/libopenjpeg/mct.h
@@ -93,15 +93,15 @@ double mct_getnorm_real(int compno);
opj_bool mct_encode_custom(
- // MCT data
+ /* MCT data */
OPJ_BYTE * p_coding_data,
- // size of components
+ /* size of components */
OPJ_UINT32 n,
- // components
+ /* components */
OPJ_BYTE ** p_data,
- // nb of components (i.e. size of p_data)
+ /* nb of components (i.e. size of p_data) */
OPJ_UINT32 p_nb_comp,
- // tells if the data is signed
+ /* tells if the data is signed */
OPJ_UINT32 is_signed);
opj_bool mct_decode_custom(