From 81670a3954f88dd317160040a05593e6c665cfb8 Mon Sep 17 00:00:00 2001 From: Shubhraprakash Das Date: Tue, 5 Jul 2016 17:42:45 -0700 Subject: 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 --- include/uapi/linux/videodev2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/uapi') 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 /* -- cgit v1.2.3