From 45cc082d46e743841eb329c03a8dc88ca433d98a Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 17 Jul 2012 16:28:58 +0200 Subject: Commit version 0.2 of libufodecode --- src/ufodecode-private.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ufodecode-private.h') 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 -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; }; -- cgit v1.2.3