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
This commit is contained in:
reimar 2007-06-24 10:03:26 +00:00
parent ad7041301d
commit aca679e304
1 changed files with 0 additions and 1 deletions

View File

@ -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);