From 7d908a588dbb471b19ac57d2ef3b7806314d16c4 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 12 Mar 2012 17:10:42 +0100 Subject: 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. --- src/ufodecode-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ufodecode-private.h') 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 struct ufo_decoder_t { - uint32_t height; + int32_t height; uint32_t width; uint32_t *raw; size_t num_bytes; -- cgit v1.2.3