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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/fft_table.h b/libavcodec/fft_table.h
index 4cd3a45b3a..e5e54b6efa 100644
--- a/libavcodec/fft_table.h
+++ b/libavcodec/fft_table.h
@@ -59,8 +59,8 @@
#define MAX_LOG2_NFFT 16 //!< Specifies maximum allowed fft size
#define MAX_FFT_SIZE (1 << MAX_LOG2_NFFT)
-extern const int32_t w_tab_sr[];
-extern uint16_t fft_offsets_lut[];
+extern const int32_t ff_w_tab_sr[];
+extern uint16_t ff_fft_offsets_lut[];
void ff_fft_lut_init(uint16_t *table, int off, int size, int *index);
#endif /* AVCODEC_FFT_TABLE_H */