Merge pull request #955 from rouault/remove_opj_nosanitize
[openjpeg.git] / src / lib / openjp2 / image.h
index 323dc34a72c6797c60d24c633b43f754ef9863c3..e47b3aabaa5f2c042a0518ddfc255b13685133e3 100644 (file)
@@ -1,4 +1,9 @@
 /*
+ * The copyright in this software is being made available under the 2-clauses
+ * BSD License, included below. This software may be subject to other third
+ * party and contributor rights, including patent rights, and no such rights
+ * are granted under this license.
+ *
  * Copyright (c) 2005, Herve Drolon, FreeImage Team
  * All rights reserved.
  *
@@ -50,12 +55,14 @@ opj_image_t* opj_image_create0(void);
 /**
  * Updates the components characteristics of the image from the coding parameters.
  *
- * @param p_image_header               the image header to update.
- * @param p_cp                                 the coding parameters from which to update the image.
+ * @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* 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);
+void opj_copy_image_header(const opj_image_t* p_image_src,
+                           opj_image_t* p_image_dest);
 
 /*@}*/