mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 09:02:38 +00:00
fix
mplayer.c:509: warning: implicit declaration of function 'free_osd_list' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17101 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4172671b12
commit
da7e496cb8
@ -117,6 +117,7 @@ void vo_init_osd();
|
||||
int vo_update_osd(int dxs,int dys);
|
||||
int vo_osd_changed(int new_value);
|
||||
int vo_osd_check_range_update(int,int,int,int);
|
||||
void free_osd_list();
|
||||
|
||||
extern int vo_osd_changed_flag;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user