diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-07-22 08:28:58 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-07-22 08:28:58 +0000 |
commit | 6c2a778d38fc4d23425207809386a67f24975e78 (patch) | |
tree | f824c13d4bcbcb4269f5b47a18217a7ddd179ae7 | |
parent | 9276b8f0cc2ad2346bbde5a9e1a246aa994d1cb5 (diff) | |
download | ffmpeg-6c2a778d38fc4d23425207809386a67f24975e78.tar.gz |
Remove unused global variable.
Originally committed as revision 19483 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | tests/rotozoom.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/rotozoom.c b/tests/rotozoom.c index e42c2751b6..47da1b0526 100644 --- a/tests/rotozoom.c +++ b/tests/rotozoom.c @@ -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 |