aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_g729.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_g729.c')
-rwxr-xr-xformats/format_g729.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/formats/format_g729.c b/formats/format_g729.c
index 39a6bc87c..6afe539da 100755
--- a/formats/format_g729.c
+++ b/formats/format_g729.c
@@ -19,7 +19,11 @@
/*! \file
*
* \brief Save to raw, headerless G729 data.
- *
+ * \note This is not an encoder/decoder. The codec fo g729 is only
+ * available with a commercial license from Digium, due to patent
+ * restrictions. Check http://www.digium.com for information.
+ * \arg Extensions: g729
+ * \ingroup formats
*/
#include <unistd.h>