diff options
author | Thierry MERLE <thierry.merle@free.fr> | 2008-07-04 19:30:13 +0200 |
---|---|---|
committer | Thierry MERLE <thierry.merle@free.fr> | 2008-07-04 19:30:13 +0200 |
commit | 63c4e4bef7b1537de4e313ee9d20907a372d8f56 (patch) | |
tree | 75117f0820d55998bcae2e4bfac9647781ed4e61 /v4l2-apps/lib/libv4l/libv4l2/libv4l2-priv.h | |
parent | 40536a32a310338da9cf2c697dd978780aeda18a (diff) | |
download | mediapointer-dvb-s2-63c4e4bef7b1537de4e313ee9d20907a372d8f56.tar.gz mediapointer-dvb-s2-63c4e4bef7b1537de4e313ee9d20907a372d8f56.tar.bz2 |
v4l2-library: libv4l-warnings.patch
From: Hans de Goede <j.w.r.degoede@hhs.nl>
Fix all compiler warnings in libv4l
Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Diffstat (limited to 'v4l2-apps/lib/libv4l/libv4l2/libv4l2-priv.h')
-rw-r--r-- | v4l2-apps/lib/libv4l/libv4l2/libv4l2-priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/lib/libv4l/libv4l2/libv4l2-priv.h b/v4l2-apps/lib/libv4l/libv4l2/libv4l2-priv.h index bdbd45e5c..e4edf91f2 100644 --- a/v4l2-apps/lib/libv4l/libv4l2/libv4l2-priv.h +++ b/v4l2-apps/lib/libv4l/libv4l2/libv4l2-priv.h @@ -27,7 +27,7 @@ /* Warning when making this larger the frame_queued and frame_mapped members of the v4l2_dev_info struct can no longer be a bitfield, so the code needs to be adjusted! */ -#define V4L2_MAX_NO_FRAMES 32u +#define V4L2_MAX_NO_FRAMES 32 #define V4L2_DEFAULT_NREADBUFFERS 4 #define V4L2_FRAME_BUF_SIZE (4096 * 4096) |