mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 13:21:13 +00: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:
parent
ea24950d94
commit
4fb4b7b314
@ -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[];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user