summaryrefslogtreecommitdiff
path: root/src/JP2K.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2007-10-20 19:43:18 +0000
committerjhurst <>2007-10-20 19:43:18 +0000
commit70bbc088b0b8f079c41b07141bec35447be469c5 (patch)
treee49dfeead6921dd637608ee40cbaca8d25c80448 /src/JP2K.h
parentf457a7ea8fa446b71e7802a20f575ae5bcc9926b (diff)
3-D love
Diffstat (limited to 'src/JP2K.h')
-rwxr-xr-xsrc/JP2K.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JP2K.h b/src/JP2K.h
index 7e63fd2..bb4e894 100755
--- a/src/JP2K.h
+++ b/src/JP2K.h
@@ -123,7 +123,7 @@ namespace JP2K
inline ui32_t XTOsize() { return KM_i32_BE(*(ui32_t*)(m_MarkerData + 26)); }
inline ui32_t YTOsize() { return KM_i32_BE(*(ui32_t*)(m_MarkerData + 30)); }
inline ui16_t Csize() { return KM_i16_BE(*(ui16_t*)(m_MarkerData + 34)); }
- void ReadComponent(ui32_t index, ImageComponent& IC);
+ void ReadComponent(ui32_t index, ImageComponent_t& IC);
void Dump(FILE* stream = 0);
};