[trunk] Remove a set of warning about sign conversion
[openjpeg.git] / src / lib / openjp2 / image.h
index a6cd9f58e33a909bf2edd7d845911d481e7c7d59..323dc34a72c6797c60d24c633b43f754ef9863c3 100644 (file)
@@ -33,7 +33,7 @@ The functions in IMAGE.C have for goal to realize operations on images.
 */
 
 struct opj_image;
-struct opj_cp_v2;
+struct opj_cp;
 
 /** @defgroup IMAGE IMAGE - Implementation of operations on images */
 /*@{*/
@@ -53,7 +53,7 @@ opj_image_t* opj_image_create0(void);
  * @param p_image_header               the image header to update.
  * @param p_cp                                 the coding parameters from which to update the image.
  */
-void opj_image_comp_header_update(opj_image_t * p_image, const struct opj_cp_v2* p_cp);
+void opj_image_comp_header_update(opj_image_t * p_image, const struct opj_cp* p_cp);
 
 void opj_copy_image_header(const opj_image_t* p_image_src, opj_image_t* p_image_dest);