libFLAC/window.c : Whitespace.
This commit is contained in:
parent
1c7e3f100f
commit
9572984e87
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user