Browse Source
fft-test: Make global exptab variable static
tags/n2.4
Diego Biurrun
11 years ago
1 changed files with
1 additions and
1 deletions
-
libavcodec/fft-test.c
|
|
@@ -59,7 +59,7 @@ |
|
|
|
# define FMT "%6d" |
|
|
|
#endif |
|
|
|
|
|
|
|
struct { |
|
|
|
static struct { |
|
|
|
float re, im; |
|
|
|
} *exptab; |
|
|
|
|
|
|
|