diff options
Diffstat (limited to 'src/lib/openjpip/target_manager.h')
| -rw-r--r-- | src/lib/openjpip/target_manager.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/openjpip/target_manager.h b/src/lib/openjpip/target_manager.h index 85259548..0d8fde2f 100644 --- a/src/lib/openjpip/target_manager.h +++ b/src/lib/openjpip/target_manager.h @@ -31,7 +31,6 @@ #ifndef TARGET_MANAGER_H_ # define TARGET_MANAGER_H_ -#include "bool.h" #include "index_manager.h" /** maximum length of target identifier*/ @@ -48,8 +47,8 @@ typedef struct target_param{ int csn; /**< codestream number */ index_param_t *codeidx; /**< index information of codestream */ int num_of_use; /**< numbers of sessions refering to this target */ - bool jppstream; /**< if this target can return JPP-stream */ - bool jptstream; /**< if this target can return JPP-stream */ + opj_bool jppstream; /**< if this target can return JPP-stream */ + opj_bool jptstream; /**< if this target can return JPP-stream */ struct target_param *next; /**< pointer to the next target */ } target_param_t; |
