summaryrefslogtreecommitdiffstats
path: root/libvo/spuenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/spuenc.c')
-rw-r--r--libvo/spuenc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/spuenc.c b/libvo/spuenc.c
index 670a393bc2..6ba45a1b6c 100644
--- a/libvo/spuenc.c
+++ b/libvo/spuenc.c
@@ -231,7 +231,7 @@ pixbuf_encode_rle(int x, int y, int w, int h, char *inbuf, int stride,encodedat
}
-void
+static void
pixbuf_load_xpm( pixbuf* pb, char* xpm[] ) {
int colors, chrs, l, n;
char c[4], table[256];
@@ -271,7 +271,7 @@ pixbuf_load_xpm( pixbuf* pb, char* xpm[] ) {
}
}
-void
+static void
pixbuf_delete( pixbuf* pb ) {
free( pb->pixels );
}