From e8a173deecac93b427febb3a85ebe726a0cf09ca Mon Sep 17 00:00:00 2001 From: gabucino Date: Tue, 12 Aug 2003 07:38:49 +0000 Subject: Hi, here are slave commands: tv_set_brightness tv_set_contrast tv_set_hue tv_set_color Patch by Kir Kostuchenko git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10578 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index a772032370..95ee5ae76f 100644 --- a/input/input.h +++ b/input/input.h @@ -45,6 +45,10 @@ #define MP_CMD_OSD_SHOW_TEXT 41 #define MP_CMD_TV_SET_FREQ 42 #define MP_CMD_TV_SET_NORM 43 +#define MP_CMD_TV_SET_BRIGHTNESS 44 +#define MP_CMD_TV_SET_CONTRAST 45 +#define MP_CMD_TV_SET_HUE 46 +#define MP_CMD_TV_SET_SATURATION 47 #define MP_CMD_GUI_EVENTS 5000 #define MP_CMD_GUI_LOADFILE 5001 -- cgit v1.2.3