[MPlayer-cvslog] r23720 - trunk/TOOLS/bmovl-test.c
diego
subversion at mplayerhq.hu
Wed Jul 4 22:03:17 CEST 2007
Author: diego
Date: Wed Jul 4 22:03:17 2007
New Revision: 23720
Log:
Remove unused variables.
Modified:
trunk/TOOLS/bmovl-test.c
Modified: trunk/TOOLS/bmovl-test.c
==============================================================================
--- trunk/TOOLS/bmovl-test.c (original)
+++ trunk/TOOLS/bmovl-test.c Wed Jul 4 22:03:17 2007
@@ -55,7 +55,7 @@ paint(unsigned char* bitmap, int size, i
int main(int argc, char **argv) {
int fifo=-1;
- int width=0, height=0, xpos=0, ypos=0, alpha=0, clear=0;
+ int width=0, height=0;
unsigned char *bitmap;
SDL_Surface *image;
int i;
More information about the MPlayer-cvslog
mailing list