summaryrefslogtreecommitdiff
path: root/libavcodec/fft_table.h
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2014-04-14 22:35:25 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2014-04-22 20:44:31 +0200
commit8cbf0827e1b261c7be09444e44f84fb96d311f4c (patch)
treedcefbc6e7c477346477e5a0739e97eabee7642d5 /libavcodec/fft_table.h
parent994a582a02aca1f11675300af10c9fd150958d6a (diff)
Various small spelling fixes.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
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[];