diff options
Diffstat (limited to 'src/lib/openjpip/ihdrbox_manager.h')
| -rw-r--r-- | src/lib/openjpip/ihdrbox_manager.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/openjpip/ihdrbox_manager.h b/src/lib/openjpip/ihdrbox_manager.h index ecfc63a9..51cb67a4 100644 --- a/src/lib/openjpip/ihdrbox_manager.h +++ b/src/lib/openjpip/ihdrbox_manager.h @@ -36,11 +36,11 @@ #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; /** |
