From aca679e3042b34dd5da7cfd240d00a7776e048cf Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 24 Jun 2007 10:03:26 +0000 Subject: Remove redundant vo_format_name, included img_format.h already provides it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23624 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libvo') 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); -- cgit v1.2.3