mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
Merge commit '20ec0daaa1cdd3996ac6ed0198de961129474044'
* commit '20ec0daaa1cdd3996ac6ed0198de961129474044': fft-test: Make global exptab variable static Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
54256482cb
@ -63,7 +63,7 @@
|
|||||||
# define FMT "%6d"
|
# define FMT "%6d"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct {
|
static struct {
|
||||||
float re, im;
|
float re, im;
|
||||||
} *exptab;
|
} *exptab;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user