summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tv.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-21 12:45:18 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-21 12:45:18 +0000
commitf865d5a17e6e5a53a121df0fe1cd1e2ddf9e9633 (patch)
treed9b6aa8bdf1e1c9d458ccc845734fc07466aed9d /libmpdemux/tv.h
parentc07b14a9b0452878e24eae189d408662c749bac8 (diff)
downloadmpv-f865d5a17e6e5a53a121df0fe1cd1e2ddf9e9633.tar.bz2
mpv-f865d5a17e6e5a53a121df0fe1cd1e2ddf9e9633.tar.xz
Implement tv_get_color_options() and make tv_set_color_options() return
mainfull values. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18173 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/tv.h')
-rw-r--r--libmpdemux/tv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/tv.h b/libmpdemux/tv.h
index 5046dad2db..e961fc25bd 100644
--- a/libmpdemux/tv.h
+++ b/libmpdemux/tv.h
@@ -163,6 +163,7 @@ extern int tv_init(tvi_handle_t *tvh);
extern int tv_uninit(tvi_handle_t *tvh);
int tv_set_color_options(tvi_handle_t *tvh, int opt, int val);
+int tv_get_color_options(tvi_handle_t *tvh, int opt, int* val);
#define TV_COLOR_BRIGHTNESS 1
#define TV_COLOR_HUE 2
#define TV_COLOR_SATURATION 3