diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-02 15:53:14 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-02 15:53:14 +0000 |
| commit | 4a2673772a71a9468ecb5149e9d324835b306f3c (patch) | |
| tree | 8adaa65af9ed4f602cdb1f3efc60609662b25353 /libopenjpeg/jp2.h | |
| parent | b9e216ac6f3546cb54648e7d7166c5c3ea272cfb (diff) | |
[trunk] Fix a bunch of warning about C++ comments in C code.
Diffstat (limited to 'libopenjpeg/jp2.h')
| -rw-r--r-- | libopenjpeg/jp2.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libopenjpeg/jp2.h b/libopenjpeg/jp2.h index fad4aa78..d00b8d67 100644 --- a/libopenjpeg/jp2.h +++ b/libopenjpeg/jp2.h @@ -49,17 +49,17 @@ #define JP2_PCLR 0x70636c72 /**< Palette box */ #define JP2_CMAP 0x636d6170 /**< Component Mapping box */ #define JP2_CDEF 0x63646566 /**< Channel Definition box */ -// For the future MSD -// #define JP2_RES 0x72657320 /**< Resolution box (super-box) */ +/* For the future MSD */ +/* #define JP2_RES 0x72657320 */ /**< Resolution box (super-box) */ #define JP2_JP2C 0x6a703263 /**< Contiguous codestream box */ -// For the future MSD -// #define JP2_JP2I 0x6a703269 /**< Intellectual property box */ -// #define JP2_XML 0x786d6c20 /**< XML box */ -// #define JP2_UUID 0x75756994 /**< UUID box */ -// #define JP2_UINF 0x75696e66 /**< UUID info box (super-box) */ -// #define JP2_ULST 0x756c7374 /**< UUID list box */ +/* For the future MSD */ +/* #define JP2_JP2I 0x6a703269 */ /**< Intellectual property box */ +/* #define JP2_XML 0x786d6c20 */ /**< XML box */ +/* #define JP2_UUID 0x75756994 */ /**< UUID box */ +/* #define JP2_UINF 0x75696e66 */ /**< UUID info box (super-box) */ +/* #define JP2_ULST 0x756c7374 */ /**< UUID list box */ #define JP2_URL 0x75726c20 /**< Data entry URL box */ #define JP2_DTBL 0x6474626c /**< Data Reference box */ |
