changeset 32202:6c9a3a4c93a7

Mark vlvo_draw_slice_420() as static, it is not used outside the file; fixes: libvo/vesa_lvo.c:169: warning: no previous prototype for 'vlvo_draw_slice_420'
author diego
date Fri, 17 Sep 2010 10:11:24 +0000
parents bd74742452c5
children 42536d4a06a8
files libvo/vesa_lvo.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vesa_lvo.c	Fri Sep 17 10:10:20 2010 +0000
+++ b/libvo/vesa_lvo.c	Fri Sep 17 10:11:24 2010 +0000
@@ -166,7 +166,8 @@
 	if(lvo_handler != -1) close(lvo_handler);
 }
 
-uint32_t vlvo_draw_slice_420(uint8_t *image[], int stride[], int w,int h,int x,int y)
+static uint32_t vlvo_draw_slice_420(uint8_t *image[], int stride[],
+                                    int w, int h, int x, int y)
 {
     uint8_t *src;
     uint8_t *dest;