summaryrefslogtreecommitdiff
path: root/v4l2-apps
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-08-16 21:09:23 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-08-16 21:09:23 -0300
commit663970b7c101bbe35646a5003e25e40087bea009 (patch)
tree804b7679fa5a3449a64ded28566c7f1df75e44c3 /v4l2-apps
parent797d74746b7e94cbcd14b03b00bc7c467834ce07 (diff)
downloadmediapointer-dvb-s2-663970b7c101bbe35646a5003e25e40087bea009.tar.gz
mediapointer-dvb-s2-663970b7c101bbe35646a5003e25e40087bea009.tar.bz2
Document libv4l at V4L2 API specs
From: Mauro Carvalho Chehab <mchehab@redhat.com> Since applications aren't prepared to handle all V4L2 available formats, an effort is done to have a library capable of understanding especially the proprietary formats. This patch documents this library, and adds v4l2grab.c as an example on how to use it. Parts of the text are based at the libv4l README file (c) by Hans de Goede. Thanks to Hans de Goede <hdegoede@redhat.com> for his good work with libv4l. Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l2-apps')
-rw-r--r--v4l2-apps/test/v4l2grab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/test/v4l2grab.c b/v4l2-apps/test/v4l2grab.c
index 153a0dd30..de921874b 100644
--- a/v4l2-apps/test/v4l2grab.c
+++ b/v4l2-apps/test/v4l2grab.c
@@ -1,5 +1,5 @@
/* V4L2 video picture grabber
- Copyright (C) 2006 Mauro Carvalho Chehab <mchehab@infradead.org>
+ Copyright (C) 2009 Mauro Carvalho Chehab <mchehab@infradead.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by