You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/sinewin: Fix wrong number of elements of array declaration
There are actually only 14 elements in each ff_sine_windows array. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
@@ -60,6 +60,6 @@ extern SINETABLE(2048);
|
||||
extern SINETABLE(4096);
|
||||
extern SINETABLE(8192);
|
||||
|
||||
extern SINETABLE_CONST INTFLOAT * const AAC_RENAME(ff_sine_windows)[16];
|
||||
extern SINETABLE_CONST INTFLOAT * const AAC_RENAME(ff_sine_windows)[];
|
||||
|
||||
#endif /* AVCODEC_SINEWIN_H */
|
||||
|
Reference in New Issue
Block a user