Browse Source

fft-test: Make global exptab variable static

tags/n2.4
Diego Biurrun 11 years ago
parent
commit
20ec0daaa1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/fft-test.c

+ 1
- 1
libavcodec/fft-test.c View File

@@ -59,7 +59,7 @@
# define FMT "%6d"
#endif

struct {
static struct {
float re, im;
} *exptab;



Loading…
Cancel
Save