summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorShubhraprakash Das <sadas@codeaurora.org>2016-07-05 17:42:45 -0700
committerKyle Yan <kyan@codeaurora.org>2016-07-11 18:56:20 -0700
commit81670a3954f88dd317160040a05593e6c665cfb8 (patch)
tree80293b6d71f1391b71e29ab1c379f3aeed6a3a98 /include/uapi
parent17c0378ccd5de5c8e9277f2a295694208b037a65 (diff)
media: videobuf2: Increase max buffers
Increase the maximum video buffers to 64 as with camera 64 buffers are allocated and used. CRs-Fixed: 1039456 Change-Id: I37d91c4f7e5d98333cf6be3c75168e134ae78060 Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/videodev2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
index c7bb78a0d57b..46b0402a730f 100644
--- a/include/uapi/linux/videodev2.h
+++ b/include/uapi/linux/videodev2.h
@@ -70,7 +70,7 @@
* Common stuff for both V4L1 and V4L2
* Moved from videodev.h
*/
-#define VIDEO_MAX_FRAME 32
+#define VIDEO_MAX_FRAME 64
#define VIDEO_MAX_PLANES 8
/*