aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-27 16:11:41 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-27 16:11:41 +0000
commit806b3cfdd3efb3c06fcbefd59cb10797ef5ed88c (patch)
tree8d2f395d77d7114ac70324c924834359fe5b2ac7 /codecs
parent5481f9ab8d95bb5c54ab814f988e183e471656ff (diff)
I went looking for where we downloaded the g722 implementation and came across
these two links. So, I'm adding them so they are available for reference later. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@94877 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/codec_g722.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/codecs/codec_g722.c b/codecs/codec_g722.c
index a81b9b6a1..6b52407f6 100644
--- a/codecs/codec_g722.c
+++ b/codecs/codec_g722.c
@@ -23,6 +23,9 @@
*
* \brief codec_g722.c - translate between signed linear and ITU G.722-64kbps
*
+ * \arg http://soft-switch.org/downloads/non-gpl-bits.tgz
+ * \arg http://lists.digium.com/pipermail/asterisk-dev/2006-September/022866.html
+ *
* \ingroup codecs
*/