diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2014-04-04 22:37:14 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2014-05-08 15:56:36 -0400 |
commit | 33930834978ba136081ba593670901b532b7d7d9 (patch) | |
tree | 239363fad096c587c3c7f590c7fe9fbd1e6c2e42 /sys | |
parent | 8f6bd0dbc014d434745db555892ffca450ecad76 (diff) |
v4l2object: Remove unused MAX_BUFFERS define
Diffstat (limited to 'sys')
-rw-r--r-- | sys/v4l2/gstv4l2object.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/v4l2/gstv4l2object.h b/sys/v4l2/gstv4l2object.h index 39e9b5c9d..182cff7c3 100644 --- a/sys/v4l2/gstv4l2object.h +++ b/sys/v4l2/gstv4l2object.h @@ -38,7 +38,6 @@ typedef struct _GstV4l2Xv GstV4l2Xv; #include <gstv4l2bufferpool.h> /* size of v4l2 buffer pool in streaming case */ -#define GST_V4L2_MAX_BUFFERS 16 #define GST_V4L2_MIN_BUFFERS 1 /* max frame width/height */ |