diff options
Diffstat (limited to 'camera/QCamera2/HAL3/QCamera3Stream.h')
-rw-r--r-- | camera/QCamera2/HAL3/QCamera3Stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/QCamera2/HAL3/QCamera3Stream.h b/camera/QCamera2/HAL3/QCamera3Stream.h index 5825be0..301b503 100644 --- a/camera/QCamera2/HAL3/QCamera3Stream.h +++ b/camera/QCamera2/HAL3/QCamera3Stream.h @@ -161,7 +161,7 @@ private: int32_t aggregateBufToBatch(mm_camera_buf_def_t& bufDef); int32_t handleBatchBuffer(mm_camera_super_buf_t *superBuf); - static const char* mStreamNames[CAM_STREAM_TYPE_MAX]; + static const char* mStreamNames[CAM_STREAM_TYPE_MAX + 1]; void flushFreeBatchBufQ(); }; |