summaryrefslogtreecommitdiff
path: root/codecs/G711a/G711adecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/G711a/G711adecode.h')
-rw-r--r--codecs/G711a/G711adecode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/codecs/G711a/G711adecode.h b/codecs/G711a/G711adecode.h
new file mode 100644
index 0000000000..779203a212
--- /dev/null
+++ b/codecs/G711a/G711adecode.h
@@ -0,0 +1,3 @@
+
+decodeG711a(void *input, int inputSizeBytes, void *output, int *outputSizeBytes);
+