1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

added prototype of vo_init()

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1327 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-07-16 12:11:49 +00:00
parent ea24950d94
commit 4fb4b7b314

View File

@ -91,6 +91,8 @@ typedef struct vo_functions_s
} vo_functions_t;
char *vo_format_name(int format);
int vo_init(void);
// NULL terminated array of all drivers
extern vo_functions_t* video_out_drivers[];