You've already forked FFmpeg
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:
@@ -59,7 +59,7 @@
|
||||
# define FMT "%6d"
|
||||
#endif
|
||||
|
||||
struct {
|
||||
static struct {
|
||||
float re, im;
|
||||
} *exptab;
|
||||
|
||||
|
Reference in New Issue
Block a user