aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_g722.c
diff options
context:
space:
mode:
authormattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-21 00:11:00 +0000
committermattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-21 00:11:00 +0000
commit42d5f3c8a410d28bc59653edbf15e154bcb48619 (patch)
treebd5a30220c8102fabe4beb216b6b84d273e3943f /codecs/codec_g722.c
parentf9cd09cb9f73d947c50a9679afede5b7dfd6a627 (diff)
Minor addition giving props to Steve Underwood for his hard work. Thanks again
Steve! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48662 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/codec_g722.c')
-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 470a687e9..90553a1d1 100644
--- a/codecs/codec_g722.c
+++ b/codecs/codec_g722.c
@@ -5,6 +5,9 @@
*
* Matthew Fredrickson <creslin@digium.com>
*
+ * Special thanks to Steve Underwood for the implementation
+ * and for doing the 8khz<->g.722 direct translation code.
+ *
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;