summaryrefslogtreecommitdiff
path: root/src/qcam/main_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcam/main_window.h')
-rw-r--r--src/qcam/main_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qcam/main_window.h b/src/qcam/main_window.h
index 6788de8d..28244bca 100644
--- a/src/qcam/main_window.h
+++ b/src/qcam/main_window.h
@@ -107,6 +107,7 @@ private:
std::unique_ptr<CameraConfiguration> config_;
std::map<FrameBuffer *, Span<uint8_t>> mappedBuffers_;
+ std::map<FrameBuffer *, Span<uint8_t>> planeData_;
/* Capture state, buffers queue and statistics */
bool isCapturing_;