From 3f20fcdabaedbca5219d90202eed543602480f57 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 8 Oct 2011 07:44:01 -0300 Subject: [PATCH] v4lgrab: Add a notice on its source that this utility is legacy Signed-off-by: Mauro Carvalho Chehab --- contrib/test/v4lgrab.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/test/v4lgrab.c b/contrib/test/v4lgrab.c index cedeeece..7c2621e5 100644 --- a/contrib/test/v4lgrab.c +++ b/contrib/test/v4lgrab.c @@ -11,6 +11,9 @@ * Copied from http://www.tazenda.demon.co.uk/phil/vgrabber.c * with minor modifications (Dave Forrest, drf5n@virginia.edu). * + * NOTE: This utility uses the old, discontinued V4L version 1 API. + * It is kept here solely for the purposes of testing the libv4l1 + * compatibility layer, as the V4L1 API were removed on kernel 2.6.39. */ #include -- 2.34.1