summaryrefslogtreecommitdiffstats
path: root/src/ufodecode-private.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-07-17 16:28:58 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-07-17 16:28:58 +0200
commit45cc082d46e743841eb329c03a8dc88ca433d98a (patch)
tree579a30f295da899a2f200f2135739b515c10760a /src/ufodecode-private.h
parentd4f3f33fe59f9eb17ff993528fb646d9ece84ae4 (diff)
downloadufodecode-45cc082d46e743841eb329c03a8dc88ca433d98a.tar.gz
ufodecode-45cc082d46e743841eb329c03a8dc88ca433d98a.tar.bz2
ufodecode-45cc082d46e743841eb329c03a8dc88ca433d98a.tar.xz
ufodecode-45cc082d46e743841eb329c03a8dc88ca433d98a.zip
Commit version 0.2 of libufodecode
Diffstat (limited to 'src/ufodecode-private.h')
-rw-r--r--src/ufodecode-private.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ufodecode-private.h b/src/ufodecode-private.h
index 4d0eb9b..c948ae8 100644
--- a/src/ufodecode-private.h
+++ b/src/ufodecode-private.h
@@ -3,13 +3,12 @@
#include <stdbool.h>
-struct ufo_decoder_t {
+struct _UfoDecoder {
int32_t height;
uint32_t width;
uint32_t *raw;
size_t num_bytes;
uint32_t current_pos;
- uint32_t old_time_stamp;
};