1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

fft-test: Make global exptab variable static

This commit is contained in:
Diego Biurrun
2014-07-21 01:53:16 -07:00
parent 2b6ab3a2bd
commit 20ec0daaa1

View File

@@ -59,7 +59,7 @@
# define FMT "%6d"
#endif
struct {
static struct {
float re, im;
} *exptab;