summaryrefslogtreecommitdiffstats
path: root/libvo/spuenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/spuenc.c')
-rw-r--r--libvo/spuenc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/spuenc.c b/libvo/spuenc.c
index e2cb9438ea..561774111a 100644
--- a/libvo/spuenc.c
+++ b/libvo/spuenc.c
@@ -210,9 +210,6 @@ void
pixbuf_encode_rle(int x, int y, int w, int h, char *inbuf, int stride,encodedata *ed){
pixbuf pb;
int i, row;
- int lx,ly;
- int c;
- unsigned char *pixbuffer;
pb.x = w;
pb.y = h;