From 33930834978ba136081ba593670901b532b7d7d9 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Fri, 4 Apr 2014 22:37:14 -0400 Subject: [PATCH] v4l2object: Remove unused MAX_BUFFERS define --- sys/v4l2/gstv4l2object.h | 1 - 1 file changed, 1 deletion(-) 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 /* size of v4l2 buffer pool in streaming case */ -#define GST_V4L2_MAX_BUFFERS 16 #define GST_V4L2_MIN_BUFFERS 1 /* max frame width/height */ -- GitLab