summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/g711.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/g711.h')
-rw-r--r--src/pulsecore/g711.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulsecore/g711.h b/src/pulsecore/g711.h
index 97cedf81..37ebcf72 100644
--- a/src/pulsecore/g711.h
+++ b/src/pulsecore/g711.h
@@ -13,7 +13,7 @@
** implied warranty.
*/
-/** Copied from sox -- Lennart Poettring*/
+/** Copied from sox -- Lennart Poettering */
#include <inttypes.h>
@@ -33,7 +33,7 @@ extern int16_t _st_ulaw2linear16[256];
#define st_14linear2ulaw(sw) (_st_14linear2ulaw[(sw + 0x2000)])
#define st_ulaw2linear16(uc) (_st_ulaw2linear16[uc])
#else
-unsigned char st_14linear2ulaw(int16_t pcm_val);
+unsigned char st_14linear2ulaw(int16_t pcm_val);
int16_t st_ulaw2linear16(unsigned char);
#endif