diff options
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r-- | libvo/video_out.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |