# HG changeset patch # User reimar # Date 1182679406 0 # Node ID cb16042df510a220bec234a58d05aa10adc422d1 # Parent c1221a031ab7569c37929d0017033251c3f3a82a Remove redundant vo_format_name, included img_format.h already provides it diff -r c1221a031ab7 -r cb16042df510 libvo/video_out.h --- 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);