diff options
Diffstat (limited to 'src/lib/libflac/include/private/window.h')
| -rw-r--r-- | src/lib/libflac/include/private/window.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libflac/include/private/window.h b/src/lib/libflac/include/private/window.h index d1c4df5f956..2be90bc65cd 100644 --- a/src/lib/libflac/include/private/window.h +++ b/src/lib/libflac/include/private/window.h @@ -37,18 +37,18 @@ #endif #include "private/float.h" -#include "flac/format.h" +#include "FLAC/format.h" #ifndef FLAC__INTEGER_ONLY_LIBRARY /* - * FLAC__window_*() - * -------------------------------------------------------------------- - * Calculates window coefficients according to different apodization - * functions. + * FLAC__window_*() + * -------------------------------------------------------------------- + * Calculates window coefficients according to different apodization + * functions. * - * OUT window[0,L-1] - * IN L (number of points in window) + * OUT window[0,L-1] + * IN L (number of points in window) */ void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L); void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L); |
