aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorXiaolin Zhang <xiaolin.zhang@intel.com>2010-04-18 22:06:50 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 11:58:03 -0400
commit35e6aa9fc38fb7f47f39711e52cb0f58fbf4441c (patch)
treeba420ac455a5a3937f631db24aac429dcbe9fa22 /drivers
parentaec11e5d495a6c9b10ded81dde5b0e42b0875541 (diff)
V4L/DVB: core: add support for more color effects
Add support for more color effects (negative, sketch, emboss, etc) by extending the v4l2_colorfx enum items. Signed-off-by: Xiaolin Zhang <xiaolin.zhang@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/v4l2-common.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l2-common.c
index 67944f53a79a..035c414507a1 100644
--- a/drivers/media/video/v4l2-common.c
+++ b/drivers/media/video/v4l2-common.c
@@ -343,6 +343,13 @@ const char **v4l2_ctrl_get_menu(u32 id)
343 "None", 343 "None",
344 "Black & White", 344 "Black & White",
345 "Sepia", 345 "Sepia",
346 "Negative",
347 "Emboss",
348 "Sketch",
349 "Sky blue",
350 "Grass green",
351 "Skin whiten",
352 "Vivid",
346 NULL 353 NULL
347 }; 354 };
348 static const char *tune_preemphasis[] = { 355 static const char *tune_preemphasis[] = {