aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/G711a
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-09-02 07:18:16 +0000
committerGuy Harris <guy@alum.mit.edu>2006-09-02 07:18:16 +0000
commit14a743105106eb45f03dedd6cb04652321ac683f (patch)
tree763d96cab82601d6bfec0c4a4b4c01086fb1b72d /codecs/G711a
parent0ec3e5661f5c12731a69a15d4a1d1ef6ca19aa66 (diff)
Squelch compiler warnings, and get rid of unused variables and
declarations. Define functions with no arguments as such. Clean up white space. Declare tables in the codec .h files. svn path=/trunk/; revision=19118
Diffstat (limited to 'codecs/G711a')
-rw-r--r--codecs/G711a/G711adecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/G711a/G711adecode.h b/codecs/G711a/G711adecode.h
index 779203a212..d680731096 100644
--- a/codecs/G711a/G711adecode.h
+++ b/codecs/G711a/G711adecode.h
@@ -1,3 +1,3 @@
-
+int
decodeG711a(void *input, int inputSizeBytes, void *output, int *outputSizeBytes);