summaryrefslogtreecommitdiff
path: root/libopenjpeg/pi.h
diff options
context:
space:
mode:
authorSebastien Lugan <slugan@users.noreply.github.com>2004-04-29 13:27:24 +0000
committerSebastien Lugan <slugan@users.noreply.github.com>2004-04-29 13:27:24 +0000
commit64c34e0d5260ef8e4dee4638458431aec0e1e614 (patch)
treebe55a288cf2553bc3e116439878e3c8ed090c0ad /libopenjpeg/pi.h
parentec9bd9f6a455a83da8c2c77f5b2628b416cca18f (diff)
Reformatage : indent -kr -i2 -ci2 $(find . -name '*.c') $(find . -name '*.h')
Diffstat (limited to 'libopenjpeg/pi.h')
-rw-r--r--libopenjpeg/pi.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/libopenjpeg/pi.h b/libopenjpeg/pi.h
index 84000e5b..acfe201a 100644
--- a/libopenjpeg/pi.h
+++ b/libopenjpeg/pi.h
@@ -31,26 +31,26 @@
#include "tcd.h"
typedef struct {
- int pdx, pdy;
- int pw, ph;
+ int pdx, pdy;
+ int pw, ph;
} pi_resolution_t;
typedef struct {
- int dx, dy;
- int numresolutions;
- pi_resolution_t *resolutions;
+ int dx, dy;
+ int numresolutions;
+ pi_resolution_t *resolutions;
} pi_comp_t;
typedef struct {
- short int *include; /* precise if the packet has been already used (usefull for progression order change) */
- int step_l, step_r, step_c, step_p; /* different steps (layer, resolution, component, precinct) to localize the packet in the include vector */
- int compno, resno, precno, layno; /* component, resolution, precinct and layer that indentify the packet */
- int first; /* 0 if the first packet */
- j2k_poc_t poc;
- int numcomps;
- pi_comp_t *comps;
- int tx0, ty0, tx1, ty1;
- int x, y, dx, dy;
+ short int *include; /* precise if the packet has been already used (usefull for progression order change) */
+ int step_l, step_r, step_c, step_p; /* different steps (layer, resolution, component, precinct) to localize the packet in the include vector */
+ int compno, resno, precno, layno; /* component, resolution, precinct and layer that indentify the packet */
+ int first; /* 0 if the first packet */
+ j2k_poc_t poc;
+ int numcomps;
+ pi_comp_t *comps;
+ int tx0, ty0, tx1, ty1;
+ int x, y, dx, dy;
} pi_iterator_t; /* packet iterator */
/*