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/dwt.h | |
| parent | b9e216ac6f3546cb54648e7d7166c5c3ea272cfb (diff) | |
[trunk] Fix a bunch of warning about C++ comments in C code.
Diffstat (limited to 'libopenjpeg/dwt.h')
| -rw-r--r-- | libopenjpeg/dwt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/dwt.h b/libopenjpeg/dwt.h index c2ed90ff..a43882dc 100644 --- a/libopenjpeg/dwt.h +++ b/libopenjpeg/dwt.h @@ -94,7 +94,7 @@ Apply an irreversible inverse DWT transform to a component of an image. @param tilec Tile component information (current tile) @param numres Number of resolution levels to decode */ -// V1 void dwt_decode_real(opj_tcd_tilecomp_t* tilec, int numres); +/* V1 void dwt_decode_real(opj_tcd_tilecomp_t* tilec, int numres); */ opj_bool dwt_decode_real(opj_tcd_tilecomp_t* tilec, int numres); opj_bool dwt_decode_real_v2(opj_tcd_tilecomp_v2_t* restrict tilec, OPJ_UINT32 numres); |
