summaryrefslogtreecommitdiffstats
path: root/ipecamera/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipecamera/private.h')
-rw-r--r--ipecamera/private.h3
1 files changed, 3 insertions, 0 deletions
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 */