summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-29 19:23:21 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-29 19:23:21 +0000
commitfd714dd0541e736166bd4b8e1edd60fc8849e206 (patch)
tree024c1c1eaaa03aa44c15ea750a9bc6ed9a65127e /libvo
parent19bfd0d791691a033aacea744587ab38b44e6af4 (diff)
downloadmpv-fd714dd0541e736166bd4b8e1edd60fc8849e206.tar.bz2
mpv-fd714dd0541e736166bd4b8e1edd60fc8849e206.tar.xz
warning fix - hope it don't break it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7559 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_svga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_svga.c b/libvo/vo_svga.c
index bb6e87a231..ffca47b0e4 100644
--- a/libvo/vo_svga.c
+++ b/libvo/vo_svga.c
@@ -753,7 +753,7 @@ static void fillbox(int x, int y, int w, int h, uint32_t c) {
static void draw_alpha(int x0, int y0, int w, int h, unsigned char *src,
unsigned char *srca, int stride) {
- int base;
+ char* base;
if(oldmethod) {
base=buffer;