X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fopenjp2%2Ft2.h;h=936073a557a3ef3f5cb1ea13c2af79b19c120499;hb=5dd770746bed0b2b1cddc80588a66082b08fa4b9;hp=a0956ce9fd047f293131ea0d02f4bd841f5a9c7f;hpb=e0161e03db8f9ee4403a5907f3e4011339147945;p=openjpeg.git diff --git a/src/lib/openjp2/t2.h b/src/lib/openjp2/t2.h index a0956ce9..936073a5 100644 --- a/src/lib/openjp2/t2.h +++ b/src/lib/openjp2/t2.h @@ -5,6 +5,8 @@ * Copyright (c) 2002-2003, Yannick Verschueren * Copyright (c) 2003-2007, Francois-Olivier Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team + * Copyright (c) 2008;2011-2012, Centre National d'Etudes Spatiales (CNES), France + * Copyright (c) 2012, CS Systemes d'Information, France * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -69,7 +71,7 @@ Encode the packets of a tile to a destination buffer @param pino FIXME DOC @param t2_mode If == 0 In Threshold calculation ,If == 1 Final pass */ -opj_bool opj_t2_encode_packets( opj_t2_t* t2, +OPJ_BOOL opj_t2_encode_packets( opj_t2_t* t2, OPJ_UINT32 tileno, opj_tcd_tile_t *tile, OPJ_UINT32 maxlayers, @@ -94,7 +96,7 @@ Decode the packets of a tile from a source buffer @return FIXME DOC */ -opj_bool opj_t2_decode_packets( opj_t2_t *t2, +OPJ_BOOL opj_t2_decode_packets( opj_t2_t *t2, OPJ_UINT32 tileno, opj_tcd_tile_t *tile, OPJ_BYTE *src,