summaryrefslogtreecommitdiff
path: root/libopenjpeg/t2.c
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2010-10-24 20:28:22 +0000
committerAntonin Descampe <antonin@gmail.com>2010-10-24 20:28:22 +0000
commit0dc7f6a2d3d2a242c561b7cc1e4003542f2810b1 (patch)
treef227bf1aa1d0e387adc458295a9ffe661b4a9d77 /libopenjpeg/t2.c
parentbb9232c9d9d5e8ea3a2de36f20adac72c15127af (diff)
Fixed doxygen data inside source code (from winfried)
Diffstat (limited to 'libopenjpeg/t2.c')
-rw-r--r--libopenjpeg/t2.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libopenjpeg/t2.c b/libopenjpeg/t2.c
index 102104fe..48463c9c 100644
--- a/libopenjpeg/t2.c
+++ b/libopenjpeg/t2.c
@@ -59,7 +59,8 @@ Encode a packet of a tile to a destination buffer
*/
static int t2_encode_packet(opj_tcd_tile_t *tile, opj_tcp_t *tcp, opj_pi_iterator_t *pi, unsigned char *dest, int len, opj_codestream_info_t *cstr_info, int tileno);
/**
-@param seg
+@param cblk
+@param index
@param cblksty
@param first
*/
@@ -72,6 +73,7 @@ Decode a packet of a tile from a source buffer
@param tile Tile for which to write the packets
@param tcp Tile coding parameters
@param pi Packet identity
+@param pack_info Packet information
@return
*/
static int t2_decode_packet(opj_t2_t* t2, unsigned char *src, int len, opj_tcd_tile_t *tile,