[FFmpeg-cvslog] r19483 - trunk/tests/rotozoom.c
cehoyos
subversion
Wed Jul 22 10:28:58 CEST 2009
Author: cehoyos
Date: Wed Jul 22 10:28:58 2009
New Revision: 19483
Log:
Remove unused global variable.
Modified:
trunk/tests/rotozoom.c
Modified: trunk/tests/rotozoom.c
==============================================================================
--- trunk/tests/rotozoom.c Wed Jul 22 10:26:17 2009 (r19482)
+++ trunk/tests/rotozoom.c Wed Jul 22 10:28:58 2009 (r19483)
@@ -176,7 +176,6 @@ unsigned char tab_r[256*256];
unsigned char tab_g[256*256];
unsigned char tab_b[256*256];
-int teta = 0;
int h_cos [360];
int h_sin [360];
@@ -234,7 +233,6 @@ static void gen_image(int num, int w, in
#endif
}
}
- teta = (teta+1) % 360;
}
#define W 256
More information about the ffmpeg-cvslog
mailing list