vo_init is x11 specific and has no place in video_out.h.

It is already in x11_common.h.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23625 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-06-24 10:06:10 +00:00
parent aca679e304
commit 900ca33bbe
1 changed files with 0 additions and 2 deletions

View File

@ -177,8 +177,6 @@ typedef struct vo_functions_s
} vo_functions_t;
int vo_init(void);
vo_functions_t* init_best_video_out(char** vo_list);
int config_video_out(vo_functions_t *vo, uint32_t width, uint32_t height,
uint32_t d_width, uint32_t d_height, uint32_t flags,