From 4e242114e8a89fbe272cae93a05ac09ba0e8cf4c Mon Sep 17 00:00:00 2001
From: "Suren A. Chilingaryan" <csa@dside.dyndns.org>
Date: Fri, 9 Dec 2011 11:56:01 +0100
Subject: Add width support and few consistency checks

---
 src/ufodecode-private.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/ufodecode-private.h')

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;
-- 
cgit v1.2.3