summaryrefslogtreecommitdiffstats
path: root/src/ufodecode-private.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-09 11:56:01 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-09 11:56:01 +0100
commit4e242114e8a89fbe272cae93a05ac09ba0e8cf4c (patch)
tree5fac8ce62d04c0dfdb01687d0bb2e3add7530f4a /src/ufodecode-private.h
parente8b824dac6a2ce4d56c7d08f74f3e80bf1c01d3a (diff)
downloadufodecode-4e242114e8a89fbe272cae93a05ac09ba0e8cf4c.tar.gz
ufodecode-4e242114e8a89fbe272cae93a05ac09ba0e8cf4c.tar.bz2
ufodecode-4e242114e8a89fbe272cae93a05ac09ba0e8cf4c.tar.xz
ufodecode-4e242114e8a89fbe272cae93a05ac09ba0e8cf4c.zip
Add width support and few consistency checks
Diffstat (limited to 'src/ufodecode-private.h')
-rw-r--r--src/ufodecode-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ufodecode-private.h b/src/ufodecode-private.h
index 4dce6bc..947936f 100644
--- a/src/ufodecode-private.h
+++ b/src/ufodecode-private.h
@@ -5,6 +5,7 @@
struct ufo_decoder_t {
uint32_t height;
+ uint32_t width;
uint32_t *raw;
size_t num_bytes;
uint32_t current_pos;