]> git.sesse.net Git - ffmpeg/blobdiff - tests/rotozoom.c
Remove unused global variable.
[ffmpeg] / 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