[MPlayer-cvslog] r23625 - trunk/libvo/video_out.h

reimar subversion at mplayerhq.hu
Sun Jun 24 12:06:10 CEST 2007


Author: reimar
Date: Sun Jun 24 12:06:10 2007
New Revision: 23625

Log:
vo_init is x11 specific and has no place in video_out.h.
It is already in x11_common.h.


Modified:
   trunk/libvo/video_out.h

Modified: trunk/libvo/video_out.h
==============================================================================
--- trunk/libvo/video_out.h	(original)
+++ trunk/libvo/video_out.h	Sun Jun 24 12:06:10 2007
@@ -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,



More information about the MPlayer-cvslog mailing list