diff libvo/video_out.h @ 23604:cb16042df510

Remove redundant vo_format_name, included img_format.h already provides it
author reimar
date Sun, 24 Jun 2007 10:03:26 +0000
parents cd659496eafd
children cfcf3b068cdf
line wrap: on
line diff
--- a/libvo/video_out.h	Sun Jun 24 09:52:19 2007 +0000
+++ b/libvo/video_out.h	Sun Jun 24 10:03:26 2007 +0000
@@ -177,7 +177,6 @@
 
 } vo_functions_t;
 
-const char *vo_format_name(int format);
 int vo_init(void);
 
 vo_functions_t* init_best_video_out(char** vo_list);