aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_g726.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-06 15:09:47 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-06 15:09:47 +0000
commitd3ddc001a22ebbbea8ff3601fe8698edff8e7f05 (patch)
treec8881054a6bb8d0179b2d87d3a1e5a7badad305c /formats/format_g726.c
parent07d34af56d8086e3984209b306dbe03fffa1ff4a (diff)
issue #5605
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6979 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats/format_g726.c')
-rwxr-xr-xformats/format_g726.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/formats/format_g726.c b/formats/format_g726.c
index cb1a3746e..717fdaf5b 100755
--- a/formats/format_g726.c
+++ b/formats/format_g726.c
@@ -20,6 +20,12 @@
*
* \brief Headerless G.726 (16/24/32/40kbps) data format for Asterisk.
*
+ * File name extensions:
+ * \arg 40 kbps: g726-40
+ * \arg 32 kbps: g726-32
+ * \arg 24 kbps: g726-24
+ * \arg 16 kbps: g726-16
+ * \ingroup formats
*/
#include <unistd.h>