summaryrefslogtreecommitdiffstats
path: root/src/ufodecode-private.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-03-12 17:10:42 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-03-12 17:10:42 +0100
commit7d908a588dbb471b19ac57d2ef3b7806314d16c4 (patch)
treebca4eaee23bf694dbe98facd49be6dca01df54eb /src/ufodecode-private.h
parent59376beeb02b68180ee3d7d216ab67ef8eb40266 (diff)
downloadlibufodecode-7d908a588dbb471b19ac57d2ef3b7806314d16c4.tar.gz
libufodecode-7d908a588dbb471b19ac57d2ef3b7806314d16c4.tar.bz2
libufodecode-7d908a588dbb471b19ac57d2ef3b7806314d16c4.tar.xz
libufodecode-7d908a588dbb471b19ac57d2ef3b7806314d16c4.zip
Add version 4 frame decoding
Beware, only version 0 can be decoded with SSE. To decode version 4 frames, you have to set the release mode to Debug.
Diffstat (limited to 'src/ufodecode-private.h')
-rw-r--r--src/ufodecode-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ufodecode-private.h b/src/ufodecode-private.h
index 947936f..19746ce 100644
--- a/src/ufodecode-private.h
+++ b/src/ufodecode-private.h
@@ -4,7 +4,7 @@
#include <stdbool.h>
struct ufo_decoder_t {
- uint32_t height;
+ int32_t height;
uint32_t width;
uint32_t *raw;
size_t num_bytes;