diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-29 14:35:11 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-29 14:35:11 +0000 |
| commit | 759be64115508e4589c098c5e777d03a1a04bb25 (patch) | |
| tree | 6f55159975fc03114e6c2eecf88a641f3c0fa534 /src/lib/openjp2/mct.h | |
| parent | ece2a2d6c231aa60409a75a2787b349d342b99eb (diff) | |
[trunk] Fix remainings issues with doxygen doc
Convert DOS files to UNIX eol
Diffstat (limited to 'src/lib/openjp2/mct.h')
| -rw-r--r-- | src/lib/openjp2/mct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp2/mct.h b/src/lib/openjp2/mct.h index 5a87a78f..3752d986 100644 --- a/src/lib/openjp2/mct.h +++ b/src/lib/openjp2/mct.h @@ -110,9 +110,9 @@ opj_bool opj_mct_encode_custom( FIXME DOC @param pDecodingData MCT data @param n size of components -@param pDataa components +@param pData components @param pNbComp nb of components (i.e. size of p_data) -@param isSigneda tells if the data is signed +@param isSigned tells if the data is signed @return OPJ_FALSE if function encounter a problem, OPJ_TRUE otherwise */ opj_bool opj_mct_decode_custom( |
