1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 23:00:41 +00:00

vo_vesa: Mark vlvo_draw_slice_420() as static

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32286 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-09-17 10:11:24 +00:00 committed by Uoti Urpala
parent c310e7cedc
commit 03e539f38c

View File

@ -165,7 +165,8 @@ void vlvo_term( void )
if(lvo_handler != -1) close(lvo_handler);
}
int vlvo_draw_slice_420(uint8_t *image[], int stride[], int w,int h,int x,int y)
static int vlvo_draw_slice_420(uint8_t *image[], int stride[],
int w, int h, int x, int y)
{
uint8_t *src;
uint8_t *dest;