summaryrefslogtreecommitdiff
path: root/tools/rbspeex/rbspeex.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbspeex/rbspeex.h')
-rw-r--r--tools/rbspeex/rbspeex.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/rbspeex/rbspeex.h b/tools/rbspeex/rbspeex.h
index 992bea8de5..13f4481dcb 100644
--- a/tools/rbspeex/rbspeex.h
+++ b/tools/rbspeex/rbspeex.h
@@ -27,8 +27,6 @@
27extern "C" { 27extern "C" {
28#endif 28#endif
29 29
30unsigned int get_long_le(unsigned char *p);
31bool get_wave_metadata(FILE *fd, int *numchan, int *bps, int *sr, int *numsamples);
32bool encode_file(FILE *fin, FILE *fout, float quality, int complexity, 30bool encode_file(FILE *fin, FILE *fout, float quality, int complexity,
33 bool narrowband, float volume, char *errstr, size_t errlen); 31 bool narrowband, float volume, char *errstr, size_t errlen);
34 32