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

reimar subversion at mplayerhq.hu
Sun Jun 24 12:03:26 CEST 2007


Author: reimar
Date: Sun Jun 24 12:03:26 2007
New Revision: 23624

Log:
Remove redundant vo_format_name, included img_format.h already provides it


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:03:26 2007
@@ -177,7 +177,6 @@ typedef struct vo_functions_s
 
 } vo_functions_t;
 
-const char *vo_format_name(int format);
 int vo_init(void);
 
 vo_functions_t* init_best_video_out(char** vo_list);



More information about the MPlayer-cvslog mailing list