diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-06-01 10:23:30 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-06-02 18:21:39 +0200 |
| commit | a5003787ffdbc4fb4a9b4e18187e9f69c36b9e9b (patch) | |
| tree | 5fb4aaa1727edfa974fbdf161fe8dd18205633ec /src/lib/openjp2/t1.h | |
| parent | 0ec842e1f1e6ebc80df5308cab457372456b204d (diff) | |
T1: remove flags_stride variable from opj_t1_t
Diffstat (limited to 'src/lib/openjp2/t1.h')
| -rw-r--r-- | src/lib/openjp2/t1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/openjp2/t1.h b/src/lib/openjp2/t1.h index 7a9b3e9a..7e1df434 100644 --- a/src/lib/openjp2/t1.h +++ b/src/lib/openjp2/t1.h @@ -199,7 +199,6 @@ typedef struct opj_t1 { OPJ_UINT32 h; OPJ_UINT32 datasize; OPJ_UINT32 flagssize; - OPJ_UINT32 flags_stride; OPJ_UINT32 data_stride; OPJ_BOOL encoder; } opj_t1_t; |
