diff options
| author | Antonin Descampe <antonin@gmail.com> | 2010-10-24 20:28:22 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2010-10-24 20:28:22 +0000 |
| commit | 0dc7f6a2d3d2a242c561b7cc1e4003542f2810b1 (patch) | |
| tree | f227bf1aa1d0e387adc458295a9ffe661b4a9d77 /libopenjpeg/t2.h | |
| parent | bb9232c9d9d5e8ea3a2de36f20adac72c15127af (diff) | |
Fixed doxygen data inside source code (from winfried)
Diffstat (limited to 'libopenjpeg/t2.h')
| -rw-r--r-- | libopenjpeg/t2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libopenjpeg/t2.h b/libopenjpeg/t2.h index b15b7520..2151ba67 100644 --- a/libopenjpeg/t2.h +++ b/libopenjpeg/t2.h @@ -67,6 +67,7 @@ Encode the packets of a tile to a destination buffer @param cstr_info Codestream information structure @param tpnum Tile part number of the current tile @param tppos The position of the tile part flag in the progression order +@param pino @param t2_mode If == 0 In Threshold calculation ,If == 1 Final pass @param cur_totnum_tp The total number of tile parts in the current tile */ @@ -78,6 +79,7 @@ Decode the packets of a tile from a source buffer @param len length of the source buffer @param tileno number that identifies the tile for which to decode the packets @param tile tile for which to decode the packets +@param cstr_info Codestream information structure */ int t2_decode_packets(opj_t2_t *t2, unsigned char *src, int len, int tileno, opj_tcd_tile_t *tile, opj_codestream_info_t *cstr_info); |
