This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: libv4l1: Handle devices with overlay capability too Author: Hans de Goede <[email protected]> Date: Wed Feb 9 23:02:55 2011 +0100 This may need more testing, but with the kernel compatibility gone, libv4l1 now *must* handle these devices too. Signed-off-by: Hans de Goede <[email protected]> lib/libv4l1/libv4l1.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=6f3f69ad2db083044964afcbcfed77cc164a2047 diff --git a/lib/libv4l1/libv4l1.c b/lib/libv4l1/libv4l1.c index 3774cda..9eb9684 100644 --- a/lib/libv4l1/libv4l1.c +++ b/lib/libv4l1/libv4l1.c @@ -321,11 +321,6 @@ int v4l1_open(const char *file, int oflag, ...) if (SYS_IOCTL(fd, VIDIOC_QUERYCAP, &cap2)) return fd; - /* IMPROVEME */ - /* we only support simple video capture devices which do not do overlay */ - if ((cap2.capabilities & 0x0F) != V4L2_CAP_VIDEO_CAPTURE) - return fd; - /* If no log file was set by the app, see if one was specified through the environment */ if (!v4l1_log_file) { _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
