]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Remove unused global variable.
authorcehoyos <cehoyos@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 22 Jul 2009 08:28:58 +0000 (08:28 +0000)
committercehoyos <cehoyos@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 22 Jul 2009 08:28:58 +0000 (08:28 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19483 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

tests/rotozoom.c

index e42c2751b61150c3231cfc57da2ef0bd1188aa5d..47da1b05262ef3493fe7fb05c47d0f10348f1302 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