summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-06-19 20:09:51 +0200
committerAlfred E. Heggestad <aeh@db.org>2015-06-19 20:09:51 +0200
commit39c5fc7f28db247906eb42e1d52dd6c2806dee72 (patch)
tree6bc778cacc32846d2aa1c9c50acf87699bb3938e
parentfb624cb2e74ec627c0dd52e0f5eab725d0345601 (diff)
g726: add documentation header
-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 };