mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Use (void) instead of () to indicate a parameterless function, fixes:
libvo/vo_xvmc.c:123: warning: function declaration isn't a prototype git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30975 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a7b500e6ff
commit
86641ee41e
@ -120,7 +120,7 @@ static void init_osd_yuv_pal(void);
|
||||
|
||||
static const struct{
|
||||
int id;//id as xvimages or as mplayer RGB|{8,15,16,24,32}
|
||||
void (* init_func_ptr)();
|
||||
void (* init_func_ptr)(void);
|
||||
void (* draw_func_ptr)();
|
||||
void (* clear_func_ptr)();
|
||||
} osd_render[]={
|
||||
|
Loading…
Reference in New Issue
Block a user