diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-07-30 18:18:59 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-07-30 18:18:59 +0200 |
| commit | 83342f2aafcab4599b49f780e35fd249e8402b61 (patch) | |
| tree | 7a90e315e61821d415f1fec8c6e7eaf6fd0c21b3 /src/lib/openjp2/t1.c | |
| parent | 4748318136626dd9e841ea1aa8b52adfbab26772 (diff) | |
Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)
Diffstat (limited to 'src/lib/openjp2/t1.c')
| -rw-r--r-- | src/lib/openjp2/t1.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/openjp2/t1.c b/src/lib/openjp2/t1.c index 9ab7af30..800b6ed4 100644 --- a/src/lib/openjp2/t1.c +++ b/src/lib/openjp2/t1.c @@ -184,6 +184,9 @@ Decode 1 code-block @param orient @param roishift Region of interest shifting value @param cblksty Code-block style +@param p_manager the event manager +@param p_manager_mutex mutex for the event manager +@param check_pterm whether PTERM correct termination should be checked */ static OPJ_BOOL opj_t1_decode_cblk(opj_t1_t *t1, opj_tcd_cblk_dec_t* cblk, |
