summaryrefslogtreecommitdiff
path: root/libopenjpeg/tcd.h
diff options
context:
space:
mode:
authorParvatha Elangovan <p.elangovan@intopix.com>2007-09-19 14:56:19 +0000
committerParvatha Elangovan <p.elangovan@intopix.com>2007-09-19 14:56:19 +0000
commit7e40a9475a8c29239b46133ee61675fe6cc76e92 (patch)
treea8861deaf49d535cb8e47420a81c25f48ac13cd7 /libopenjpeg/tcd.h
parenta6ba04cdf49772f2e90515b277f174a0849bc8b6 (diff)
Fixed issues with generation of SOP marker.
Diffstat (limited to 'libopenjpeg/tcd.h')
-rw-r--r--libopenjpeg/tcd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopenjpeg/tcd.h b/libopenjpeg/tcd.h
index f7c64e4d..787cb8fa 100644
--- a/libopenjpeg/tcd.h
+++ b/libopenjpeg/tcd.h
@@ -144,6 +144,8 @@ typedef struct opj_tcd_tile {
int numpix; /* add fixed_quality */
double distotile; /* add fixed_quality */
double distolayer[100]; /* add fixed_quality */
+ /** packet number */
+ int packno;
} opj_tcd_tile_t;
/**