summaryrefslogtreecommitdiff
path: root/libopenjpeg/tcd.h
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/tcd.h
parentbb9232c9d9d5e8ea3a2de36f20adac72c15127af (diff)
Fixed doxygen data inside source code (from winfried)
Diffstat (limited to 'libopenjpeg/tcd.h')
-rw-r--r--libopenjpeg/tcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopenjpeg/tcd.h b/libopenjpeg/tcd.h
index f0ac5619..a5330730 100644
--- a/libopenjpeg/tcd.h
+++ b/libopenjpeg/tcd.h
@@ -268,6 +268,7 @@ Decode a tile from a buffer into a raw image
@param src Source buffer
@param len Length of source buffer
@param tileno Number that identifies one of the tiles to be decoded
+@param cstr_info Codestream information structure
*/
bool tcd_decode_tile(opj_tcd_t *tcd, unsigned char *src, int len, int tileno, opj_codestream_info_t *cstr_info);
/**