Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libspeex/lsp.h')
-rw-r--r--libspeex/lsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libspeex/lsp.h b/libspeex/lsp.h
index 656f9f8..a0ecac0 100644
--- a/libspeex/lsp.h
+++ b/libspeex/lsp.h
@@ -55,5 +55,4 @@ void lsp_to_lpc(float *freq, spx_coef_t *ak, int lpcrdr, char *stack);
/*Added by JMV*/
void lsp_enforce_margin(float *lsp, int len, float margin);
-
#endif /* __AK2LSPD__ */