summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-17 10:11:24 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:16:55 +0200
commit03e539f38c476f1c4e11d045f01ac2cb23f3c4a6 (patch)
tree348f88f9da2d03aa35d420b05a46bd4c6de7e5e7
parentc310e7cedc4871e1d738ae8c75877bfde06a7b7b (diff)
downloadmpv-03e539f38c476f1c4e11d045f01ac2cb23f3c4a6.tar.bz2
mpv-03e539f38c476f1c4e11d045f01ac2cb23f3c4a6.tar.xz
vo_vesa: Mark vlvo_draw_slice_420() as static
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32286 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libvo/vesa_lvo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libvo/vesa_lvo.c b/libvo/vesa_lvo.c
index b1905679c8..881a8443eb 100644
--- a/libvo/vesa_lvo.c
+++ b/libvo/vesa_lvo.c
@@ -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;