summaryrefslogtreecommitdiff
path: root/modules/g726
diff options
context:
space:
mode:
Diffstat (limited to 'modules/g726')
-rw-r--r--modules/g726/g726.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/g726/g726.c b/modules/g726/g726.c
index a7ae8f8..3553f47 100644
--- a/modules/g726/g726.c
+++ b/modules/g726/g726.c
@@ -11,6 +11,13 @@
#include <spandsp.h>
+/**
+ * @defgroup g726 g726
+ *
+ * The G.726 audio codec
+ */
+
+
enum { MAX_PACKET = 100 };