summaryrefslogtreecommitdiff
path: root/formats/format_g729.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-11-06 15:09:47 +0000
committerRussell Bryant <russell@russellbryant.com>2005-11-06 15:09:47 +0000
commit31a804b97c290715dd761231f52616598c2f981f (patch)
treec8881054a6bb8d0179b2d87d3a1e5a7badad305c /formats/format_g729.c
parent75c812f26d35195bae0e0301ae5fd6b1516775cd (diff)
issue #5605
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6979 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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>