summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorHirokazu Honda <hiroh@chromium.org>2021-04-23 18:36:51 +0900
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-04-26 16:39:54 +0300
commit3252631fbdfce8d63353a2f77f1c1b9aa87d9855 (patch)
treeaff9c81ee4fa3026190c1a5d6c1859e94a16c429 /.clang-format
parent8a2fb73337ffe562a25b4dd9cbdf2e78046da9f3 (diff)
libcamera: V4L2Device: Replace VLA with std::vector in getControls()
The original code uses Variable-Length-Array, which is not officially supported in C++. This replaces the array with std::vector. Signed-off-by: Hirokazu Honda <hiroh@chromium.org> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Tested-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions