Correctly track current device format.
Cleans up issues with the format tracking variables
never being set or cleared.
BUG: 30065589
Change-Id: I98fc94863cc94fc5d4fb003035a8a7b7247d48ec
diff --git a/modules/camera/3_4/V4L2Camera.h b/modules/camera/3_4/V4L2Camera.h
index e57c5b8..c9a7a71 100644
--- a/modules/camera/3_4/V4L2Camera.h
+++ b/modules/camera/3_4/V4L2Camera.h
@@ -82,6 +82,7 @@
int ioctlLocked(int request, T data);
// Current output stream settings.
+ uint32_t mOutStreamType;
uint32_t mOutStreamFormat;
uint32_t mOutStreamWidth;
uint32_t mOutStreamHeight;