comparison libvo/video_out.h @ 23605:cfcf3b068cdf

vo_init is x11 specific and has no place in video_out.h. It is already in x11_common.h.
author reimar
date Sun, 24 Jun 2007 10:06:10 +0000
parents cb16042df510
children 3f0d00abc073
comparison
equal deleted inserted replaced
23604:cb16042df510 23605:cfcf3b068cdf
175 */ 175 */
176 void (*uninit)(void); 176 void (*uninit)(void);
177 177
178 } vo_functions_t; 178 } vo_functions_t;
179 179
180 int vo_init(void);
181
182 vo_functions_t* init_best_video_out(char** vo_list); 180 vo_functions_t* init_best_video_out(char** vo_list);
183 int config_video_out(vo_functions_t *vo, uint32_t width, uint32_t height, 181 int config_video_out(vo_functions_t *vo, uint32_t width, uint32_t height,
184 uint32_t d_width, uint32_t d_height, uint32_t flags, 182 uint32_t d_width, uint32_t d_height, uint32_t flags,
185 char *title, uint32_t format); 183 char *title, uint32_t format);
186 void list_video_out(void); 184 void list_video_out(void);