mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
libFLAC/window.c : Whitespace.
This commit is contained in:
@@ -232,6 +232,7 @@ void FLAC__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const F
|
||||
for (; n < L; n++)
|
||||
window[n] = 0.0f;
|
||||
}
|
||||
|
||||
void FLAC__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__real start, const FLAC__real end)
|
||||
{
|
||||
const FLAC__int32 start_n = (FLAC__int32)(start * L);
|
||||
|
||||
Reference in New Issue
Block a user