summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-09-23 06:16:31 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-09-23 06:16:31 +1000
commit9572984e87bf795b2770f4ba3f0c2818dff595c3 (patch)
tree2af5ad27e6679df880874096b0e63d3305f3a933
parent1c7e3f100f4ff51be2ac85a1d21d2b6f2926ea39 (diff)
downloadflac-9572984e87bf795b2770f4ba3f0c2818dff595c3.tar.gz
libFLAC/window.c : Whitespace.
-rw-r--r--src/libFLAC/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libFLAC/window.c b/src/libFLAC/window.c
index 6acf66aa..edbbe414 100644
--- a/src/libFLAC/window.c
+++ b/src/libFLAC/window.c
@@ -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);