summaryrefslogtreecommitdiff
path: root/tools/rbspeex/rbspeex.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbspeex/rbspeex.c')
-rw-r--r--tools/rbspeex/rbspeex.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/rbspeex/rbspeex.c b/tools/rbspeex/rbspeex.c
index b72ff381d9..88b18c7c85 100644
--- a/tools/rbspeex/rbspeex.c
+++ b/tools/rbspeex/rbspeex.c
@@ -25,7 +25,10 @@
25#include <string.h> 25#include <string.h>
26#include <stdbool.h> 26#include <stdbool.h>
27 27
28#include "rbspeex.h" 28#include "rbspeex.h"
29
30static unsigned int get_long_le(unsigned char *p);
31static bool get_wave_metadata(FILE *fd, int *numchan, int *bps, int *sr, int *numsamples);
29 32
30/* Read an unaligned 32-bit little endian long from buffer. */ 33/* Read an unaligned 32-bit little endian long from buffer. */
31unsigned int get_long_le(unsigned char *p) 34unsigned int get_long_le(unsigned char *p)