From 0ec3e5661f5c12731a69a15d4a1d1ef6ca19aa66 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 2 Sep 2006 06:39:43 +0000 Subject: Move the codecs into a top-level "codecs" subdirectory; there's no guarantee that all programs using the codecs will necessarily be using GTK+. svn path=/trunk/; revision=19117 --- codecs/G711a/G711adecode.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 codecs/G711a/G711adecode.h (limited to 'codecs/G711a/G711adecode.h') 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); + -- cgit v1.2.1