Index: src/libFLAC/include/private/window.h |
diff --git a/src/libFLAC/include/private/window.h b/src/libFLAC/include/private/window.h |
index 01e0fc46c94bf3ff1dbda3e3cc79af25fefbbb27..52c92621d97332263f750b20b4eb274f779ac693 100644 |
--- a/src/libFLAC/include/private/window.h |
+++ b/src/libFLAC/include/private/window.h |
@@ -1,5 +1,6 @@ |
/* libFLAC - Free Lossless Audio Codec library |
- * Copyright (C) 2006,2007 Josh Coalson |
+ * Copyright (C) 2006-2009 Josh Coalson |
+ * Copyright (C) 2011-2014 Xiph.Org Foundation |
* |
* Redistribution and use in source and binary forms, with or without |
* modification, are permitted provided that the following conditions |
@@ -64,6 +65,8 @@ void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L); |
void FLAC__window_rectangle(FLAC__real *window, const FLAC__int32 L); |
void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L); |
void FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p); |
+void FLAC__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__real start, const FLAC__real end); |
+void FLAC__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__real start, const FLAC__real end); |
void FLAC__window_welch(FLAC__real *window, const FLAC__int32 L); |
#endif /* !defined FLAC__INTEGER_ONLY_LIBRARY */ |