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:
diego 2010-03-28 16:58:27 +00:00
parent a7b500e6ff
commit 86641ee41e
1 changed files with 1 additions and 1 deletions

View File

@ -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[]={