X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fopenjpip%2Fihdrbox_manager.h;h=3572b433f5b99da1387afc3e3cb0fd247651009e;hb=22eb737d5d5d25947cec28cf23bcb0b4a5a682a3;hp=1e112ff37f65c00a1383d27915261b0fba42462b;hpb=cffc33a51c7a9f4b8cf460fdc7c02639b40d266d;p=openjpeg.git diff --git a/src/lib/openjpip/ihdrbox_manager.h b/src/lib/openjpip/ihdrbox_manager.h index 1e112ff3..3572b433 100644 --- a/src/lib/openjpip/ihdrbox_manager.h +++ b/src/lib/openjpip/ihdrbox_manager.h @@ -1,8 +1,8 @@ /* * $Id$ * - * Copyright (c) 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium - * Copyright (c) 2002-2011, Professor Benoit Macq + * Copyright (c) 2002-2014, Universite catholique de Louvain (UCL), Belgium + * Copyright (c) 2002-2014, Professor Benoit Macq * Copyright (c) 2010-2011, Kaori Hagihara * All rights reserved. * @@ -28,19 +28,19 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef IHDRBOX_MANAGER_H_ -# define IHDRBOX_MANAGER_H_ +#ifndef IHDRBOX_MANAGER_H_ +# define IHDRBOX_MANAGER_H_ #include "byte_manager.h" #include "box_manager.h" #include "metadata_manager.h" /** I.5.3.1 Image Header box*/ -typedef struct ihdrbox_param{ - Byte4_t height; - Byte4_t width; - Byte2_t nc; /**< number of components*/ - Byte_t bpc; /**< bits per component*/ +typedef struct ihdrbox_param { + Byte4_t height; + Byte4_t width; + Byte2_t nc; /**< number of components*/ + Byte_t bpc; /**< bits per component*/ } ihdrbox_param_t; /** @@ -50,7 +50,8 @@ typedef struct ihdrbox_param{ * @param[in] jpipstream JPT/JPP stream * @return pointer to generated ihdr box */ -ihdrbox_param_t * gene_ihdrbox( metadatalist_param_t *metadatalist, Byte_t *jpipstream); +ihdrbox_param_t * gene_ihdrbox(metadatalist_param_t *metadatalist, + Byte_t *jpipstream); -#endif /* !IHDRBOX_MANAGER_H_ */ +#endif /* !IHDRBOX_MANAGER_H_ */