OSDN Git Service

Remove unused global variable.
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Wed, 22 Jul 2009 08:28:58 +0000 (08:28 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Wed, 22 Jul 2009 08:28:58 +0000 (08:28 +0000)
Originally committed as revision 19483 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/rotozoom.c

index e42c275..47da1b0 100644 (file)
@@ -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, int h)
 #endif
     }
   }
-  teta = (teta+1) % 360;
 }
 
 #define W 256