comparison libvo/video_out.c @ 6781:924263b4df10

eq reworked
author alex
date Wed, 24 Jul 2002 18:19:39 +0000
parents a31b9f15cbff
children 21e1ab99cb21
comparison
equal deleted inserted replaced
6780:5bf3ed8a17c4 6781:924263b4df10
61 int vo_pts=0; // for hw decoding 61 int vo_pts=0; // for hw decoding
62 float vo_fps=0; // for mp1e rte 62 float vo_fps=0; // for mp1e rte
63 63
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 *
68 ****************************************/
69 int vo_gamma_brightness=-101;
70 int vo_gamma_saturation=-101;
71 int vo_gamma_contrast=-101;
72 int vo_gamma_hue=-101;
73 int vo_gamma_red_intensity=0;
74 int vo_gamma_green_intensity=0;
75 int vo_gamma_blue_intensity=0;
76 // 67 //
77 // Externally visible list of all vo drivers 68 // Externally visible list of all vo drivers
78 // 69 //
79 extern vo_functions_t video_out_mga; 70 extern vo_functions_t video_out_mga;
80 extern vo_functions_t video_out_xmga; 71 extern vo_functions_t video_out_xmga;