From: Brian West Date: Wed, 30 Aug 2006 05:01:52 +0000 (+0000) Subject: tweaks X-Git-Tag: v1.0-beta1~2275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add97be821dd43c9bda5ff08c73991fbb941f87b;p=thirdparty%2Ffreeswitch.git tweaks git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2443 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/codecs/mod_amr/mod_amr.c b/src/mod/codecs/mod_amr/mod_amr.c index 8ff46e7f59..2bed578af6 100644 --- a/src/mod/codecs/mod_amr/mod_amr.c +++ b/src/mod/codecs/mod_amr/mod_amr.c @@ -26,6 +26,8 @@ * Anthony Minessale II * Brian K. West * + * The amr codec itself is not distributed with this module. + * * mod_amr.c -- GSM-AMR Codec Module * */ diff --git a/src/mod/codecs/mod_g723/mod_g723.c b/src/mod/codecs/mod_g723/mod_g723.c index adcad6b7e2..630039aa7a 100644 --- a/src/mod/codecs/mod_g723/mod_g723.c +++ b/src/mod/codecs/mod_g723/mod_g723.c @@ -26,6 +26,8 @@ * Anthony Minessale II * Brian K. West * + * The g723.2 codec itself is not distributed with this module. + * * mod_g723.c -- G723.1 Codec Module * */ diff --git a/src/mod/codecs/mod_g729/mod_g729.c b/src/mod/codecs/mod_g729/mod_g729.c index f48f9786b5..f7d433262b 100644 --- a/src/mod/codecs/mod_g729/mod_g729.c +++ b/src/mod/codecs/mod_g729/mod_g729.c @@ -26,7 +26,9 @@ * Anthony Minessale II * Michael Jerris * - * mod_codec_g729.c -- G729 Codec Module + * The g729 codec itself is not distributed with this module. + * + * mod_g729.c -- G729 Codec Module * */ #include "switch.h"