summaryrefslogtreecommitdiffstats
path: root/camera/fake-pipeline2/Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'camera/fake-pipeline2/Base.h')
-rw-r--r--camera/fake-pipeline2/Base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camera/fake-pipeline2/Base.h b/camera/fake-pipeline2/Base.h
index 057629b..724b3f9 100644
--- a/camera/fake-pipeline2/Base.h
+++ b/camera/fake-pipeline2/Base.h
@@ -37,6 +37,7 @@ struct StreamBuffer {
int streamId;
uint32_t width, height;
uint32_t format;
+ uint32_t dataSpace;
uint32_t stride;
buffer_handle_t *buffer;
uint8_t *img;