summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-06-19 17:37:20 +0200
committerAlfred E. Heggestad <aeh@db.org>2015-06-19 17:37:20 +0200
commitcad293b46f99fe97a51c7f0f0a6c6d50b51c2437 (patch)
treea9a554b1e1913186dc52561e654ab134f81861f3
parent4443d61350f992120daad1d800b53437ab4bd6bd (diff)
g711: add module documentation
-rw-r--r--modules/g711/g711.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/modules/g711/g711.c b/modules/g711/g711.c
index f1179d5..acee027 100644
--- a/modules/g711/g711.c
+++ b/modules/g711/g711.c
@@ -1,7 +1,7 @@
/**
* @file g711.c G.711 Audio Codec
*
- * Copyright (C) 2010 Creytiv.com
+ * Copyright (C) 2010 - 2015 Creytiv.com
*/
#include <re.h>
@@ -9,6 +9,13 @@
#include <baresip.h>
+/**
+ * @defgroup g711 g711
+ *
+ * The G.711 audio codec
+ */
+
+
static int pcmu_encode(struct auenc_state *aes, uint8_t *buf,
size_t *len, const int16_t *sampv, size_t sampc)
{