summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tv.h
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-23 15:05:14 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-23 15:05:14 +0000
commitf7756121ee35cb54b217218f9a5b07310b69625c (patch)
tree09dca6ae20b801f3332b14b7274d0b81e2d9bd1e /libmpdemux/tv.h
parentca400daaf62da9ac0e0c04e794b2a51262a92475 (diff)
downloadmpv-f7756121ee35cb54b217218f9a5b07310b69625c.tar.bz2
mpv-f7756121ee35cb54b217218f9a5b07310b69625c.tar.xz
color equalizer for tv input
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9664 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/tv.h')
-rw-r--r--libmpdemux/tv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpdemux/tv.h b/libmpdemux/tv.h
index 0ad4680833..18ef4c52e6 100644
--- a/libmpdemux/tv.h
+++ b/libmpdemux/tv.h
@@ -42,6 +42,10 @@ extern int tv_param_alsa;
#endif
extern char* tv_param_adevice;
#endif
+extern int tv_param_brightness;
+extern int tv_param_contrast;
+extern int tv_param_hue;
+extern int tv_param_saturation;
typedef struct tvi_info_s
{