diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-24 14:06:10 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-24 14:06:10 +0000 |
| commit | db08494776422a153bb90f8565769ab9d8eeae63 (patch) | |
| tree | 1de0561d8047bd60f1389ad0a1c42c3b6169cfd3 /src/lib/openjp2/t1.h | |
| parent | 9166d595e6c074ec0398c594a1cc46a587b0784c (diff) | |
[trunk] rename flag_t to opj_flag_t
Diffstat (limited to 'src/lib/openjp2/t1.h')
| -rw-r--r-- | src/lib/openjp2/t1.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp2/t1.h b/src/lib/openjp2/t1.h index 09fbe0f6..c115dc0c 100644 --- a/src/lib/openjp2/t1.h +++ b/src/lib/openjp2/t1.h @@ -85,7 +85,7 @@ in T1.C are used by some function in TCD.C. /* ----------------------------------------------------------------------- */ -typedef OPJ_INT16 flag_t; +typedef OPJ_INT16 opj_flag_t; /** Tier-1 coding (coding of code-block coefficients) @@ -100,7 +100,7 @@ typedef struct opj_t1 { opj_raw_t *raw; OPJ_INT32 *data; - flag_t *flags; + opj_flag_t *flags; OPJ_UINT32 w; OPJ_UINT32 h; OPJ_UINT32 datasize; |
