diff libmpdemux/tv.h @ 9663:596ad944a65e

color equalizer for tv input
author henry
date Sun, 23 Mar 2003 15:05:14 +0000
parents ce4cd85498f3
children 141141fdd250
line wrap: on
line diff
--- a/libmpdemux/tv.h	Sun Mar 23 12:59:09 2003 +0000
+++ b/libmpdemux/tv.h	Sun Mar 23 15:05:14 2003 +0000
@@ -42,6 +42,10 @@
 #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
 {