diff --git a/libvo/video_out.h b/libvo/video_out.h index 3efe047361..48b31a5305 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -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);