summaryrefslogtreecommitdiff
path: root/camera
diff options
context:
space:
mode:
Diffstat (limited to 'camera')
-rw-r--r--camera/QCamera2/HAL3/QCamera3HWI.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/camera/QCamera2/HAL3/QCamera3HWI.cpp b/camera/QCamera2/HAL3/QCamera3HWI.cpp
index 138b996d..24a8728b 100644
--- a/camera/QCamera2/HAL3/QCamera3HWI.cpp
+++ b/camera/QCamera2/HAL3/QCamera3HWI.cpp
@@ -8690,8 +8690,7 @@ int QCamera3HardwareInterface::isStreamCombinationSupported(uint32_t cameraId,
}
camera3_stream_configuration_t streamList = {comb->num_streams, /*streams*/ nullptr,
- comb->operation_mode, /*session_parameters*/ nullptr,
- /*stream_configuration_counter*/0};
+ comb->operation_mode, /*session_parameters*/ nullptr};
streamList.streams = new camera3_stream_t * [comb->num_streams];
camera3_stream_t *streamBuffer = new camera3_stream_t[comb->num_streams];
for (size_t i = 0; i < comb->num_streams; i++) {