diff options
| author | Antonin Descampe <antonin@gmail.com> | 2004-11-29 14:48:20 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2004-11-29 14:48:20 +0000 |
| commit | eb1b017ec76d97c3fd762e1c76150f2790ca54f6 (patch) | |
| tree | efb39a49c1ae10c18b97ebfea6e17ee412705752 /libopenjpeg/j2k.h | |
| parent | 0ddef9b2dbd7d61233350ccc7477fa46b2438385 (diff) | |
Index structure adpated for other progression orders than LRCP
(thanks to Stefano Pensa)
Diffstat (limited to 'libopenjpeg/j2k.h')
| -rw-r--r-- | libopenjpeg/j2k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopenjpeg/j2k.h b/libopenjpeg/j2k.h index 7df8ecc7..bc0ad535 100644 --- a/libopenjpeg/j2k.h +++ b/libopenjpeg/j2k.h @@ -176,6 +176,7 @@ typedef struct { int Im_w, Im_h; /* Image width and Height */ int Prog; /* progression order */ int Tile_x, Tile_y; /* Tile size in x and y */ + int Tile_Ox, Tile_Oy; int tw, th; /* Number of Tile in X and Y */ int Comp; /* Component numbers */ int Layer; /* number of layer */ |
