Commit 1cf8298d authored by cehoyos's avatar cehoyos

Remove unused global variable.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19483 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 82e6711c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment