mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 11:42:04 +00:00
vo_vesa: mark a function static
Mark fillMultiBuffer() as static, it is not used outside of the file; fixes: libvo/vo_vesa.c:532: warning: no previous prototype for 'fillMultiBuffer' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32284 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
29dcd8808d
commit
c310e7cedc
@ -528,7 +528,7 @@ static char *model2str(unsigned char type)
|
||||
return retval;
|
||||
}
|
||||
|
||||
unsigned fillMultiBuffer( unsigned long vsize, unsigned nbuffs )
|
||||
static unsigned fillMultiBuffer(unsigned long vsize, unsigned nbuffs)
|
||||
{
|
||||
unsigned long screen_size, offset;
|
||||
unsigned total,i;
|
||||
|
Loading…
Reference in New Issue
Block a user