forked from FFmpeg/FFmpeg
Remove unused global variable.
Originally committed as revision 19483 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9276b8f0cc
commit
6c2a778d38
1 changed files with 0 additions and 2 deletions
|
@ -176,7 +176,6 @@ unsigned char tab_r[256*256];
|
||||||
unsigned char tab_g[256*256];
|
unsigned char tab_g[256*256];
|
||||||
unsigned char tab_b[256*256];
|
unsigned char tab_b[256*256];
|
||||||
|
|
||||||
int teta = 0;
|
|
||||||
int h_cos [360];
|
int h_cos [360];
|
||||||
int h_sin [360];
|
int h_sin [360];
|
||||||
|
|
||||||
|
@ -234,7 +233,6 @@ static void gen_image(int num, int w, int h)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
teta = (teta+1) % 360;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#define W 256
|
#define W 256
|
||||||
|
|
Loading…
Add table
Reference in a new issue