diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2012-02-10 15:34:37 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2012-02-10 15:34:37 +0100 |
commit | 3cb96411dbb31caf286382e2a108704440b2894a (patch) | |
tree | 314bcbfe74c67a34b72147410a6c8b9e56d45bbc /src/ufodecode-private.h | |
parent | abe088c58aeb876d1471fa99e0fc5c1d85cb1403 (diff) | |
parent | 0b5e739674f26ddc97e92cad9bb8239f9617c3f2 (diff) | |
download | libufodecode-3cb96411dbb31caf286382e2a108704440b2894a.tar.gz libufodecode-3cb96411dbb31caf286382e2a108704440b2894a.tar.bz2 libufodecode-3cb96411dbb31caf286382e2a108704440b2894a.tar.xz libufodecode-3cb96411dbb31caf286382e2a108704440b2894a.zip |
Merge
Diffstat (limited to 'src/ufodecode-private.h')
-rw-r--r-- | src/ufodecode-private.h | 1 |
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; |