diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2011-03-08 17:19:17 +0800 |
---|---|---|
committer | Liu Ying <Ying.Liu@freescale.com> | 2011-03-08 17:19:17 +0800 |
commit | 657c28163433d1c5ca3d749abb90f6b764303172 (patch) | |
tree | 4f38be3cc4c8a603671f153f15df4f306d4105b4 /drivers | |
parent | a0874092ccae80cc7de9524947287c1fb735c9ec (diff) |
ENGR00140400 MXC V4L2 capture:Add maximum buffer number
This patch adds MXC V4L2 capture maximum buffer number
from 3 to 10. This makes users be able to get rid of
losing frames in streaming mode by requiring more buffers.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/mxc/capture/mxc_v4l2_capture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/mxc/capture/mxc_v4l2_capture.h b/drivers/media/video/mxc/capture/mxc_v4l2_capture.h index 3f53d6029146..d7a8dd89d639 100644 --- a/drivers/media/video/mxc/capture/mxc_v4l2_capture.h +++ b/drivers/media/video/mxc/capture/mxc_v4l2_capture.h @@ -35,7 +35,7 @@ #include <media/v4l2-dev.h> -#define FRAME_NUM 3 +#define FRAME_NUM 10 /*! * v4l2 frame structure. |