summaryrefslogtreecommitdiff
path: root/libavcodec/fft_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/fft_table.h')
-rw-r--r--libavcodec/fft_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/fft_table.h b/libavcodec/fft_table.h
index 687e5b94fd..7f3142d7a9 100644
--- a/libavcodec/fft_table.h
+++ b/libavcodec/fft_table.h
@@ -56,7 +56,7 @@
#include "libavcodec/fft.h"
-#define MAX_LOG2_NFFT 16 //!< Specifies maxiumum allowed fft size
+#define MAX_LOG2_NFFT 16 //!< Specifies maximum allowed fft size
#define MAX_FFT_SIZE (1 << MAX_LOG2_NFFT)
extern int32_t w_tab_sr[];