comparison libvo/video_out.c @ 6755:a31b9f15cbff

- fix audio equalizer - rewrite video equalizer handling (i teszted with mga g400 [x]mga,xv,xvidix and radeon xv,xvidix ) - fix some small gtk bug - i dunno, i don't remember ... :)
author pontscho
date Fri, 19 Jul 2002 20:51:48 +0000
parents ee65527096c2
children 924263b4df10
comparison
equal deleted inserted replaced
6754:c925dd9372f1 6755:a31b9f15cbff
64 char *vo_subdevice = NULL; 64 char *vo_subdevice = NULL;
65 int vo_directrendering=0; 65 int vo_directrendering=0;
66 /**************************************** 66 /****************************************
67 * GAMMA CORRECTION * 67 * GAMMA CORRECTION *
68 ****************************************/ 68 ****************************************/
69 int vo_gamma_brightness=0; 69 int vo_gamma_brightness=-101;
70 int vo_gamma_saturation=0; 70 int vo_gamma_saturation=-101;
71 int vo_gamma_contrast=0; 71 int vo_gamma_contrast=-101;
72 int vo_gamma_hue=0; 72 int vo_gamma_hue=-101;
73 int vo_gamma_red_intensity=0; 73 int vo_gamma_red_intensity=0;
74 int vo_gamma_green_intensity=0; 74 int vo_gamma_green_intensity=0;
75 int vo_gamma_blue_intensity=0; 75 int vo_gamma_blue_intensity=0;
76 // 76 //
77 // Externally visible list of all vo drivers 77 // Externally visible list of all vo drivers