From 59a6ce037b0806e26c5d6dada2e12ea4bbe1b588 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 5 Jul 2012 01:54:12 +0200 Subject: UFO5 size estimation --- ipecamera/private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipecamera/private.h') diff --git a/ipecamera/private.h b/ipecamera/private.h index 0542429..34eb99a 100644 --- a/ipecamera/private.h +++ b/ipecamera/private.h @@ -97,6 +97,9 @@ struct ipecamera_s { size_t raw_size; /**< Size of raw data in bytes */ size_t full_size; /**< Size of raw data including the padding */ size_t padded_size; /**< Size of buffer for raw data, including the padding for performance */ + size_t cur_raw_size; /**< Size of raw data in bytes */ + size_t cur_full_size; /**< Size of raw data including the padding */ + size_t cur_padded_size; /**< Size of buffer for raw data, including the padding for performance */ size_t image_size; /**< Size of a single image in bytes */ -- cgit v1.2.3