diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-24 09:09:37 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-24 09:09:37 +0000 |
| commit | 12c4e680580f5a246a7a5b3993cfadbbffbd0e9d (patch) | |
| tree | 34c19c99a1f1d83d45db336efc3b8ace7d5bdd68 /src/lib/openjp2/bio.h | |
| parent | b4b451863d47d1830f83edff4d907c26a3c688d7 (diff) | |
[trunk] finalize bio.c/.h related to the v2 style
Diffstat (limited to 'src/lib/openjp2/bio.h')
| -rw-r--r-- | src/lib/openjp2/bio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/bio.h b/src/lib/openjp2/bio.h index 53e0f0db..a69299b9 100644 --- a/src/lib/openjp2/bio.h +++ b/src/lib/openjp2/bio.h @@ -57,7 +57,7 @@ typedef struct opj_bio { /** temporary place where each byte is read or written */ OPJ_UINT32 buf; /** coder : number of bits free to write. decoder : number of bits read */ - int ct; + OPJ_UINT32 ct; } opj_bio_t; /** @name Exported functions */ |
