[Freeswitch-svn] [commit] r2443 - in freeswitch/trunk/src/mod/codecs: mod_amr mod_g723 mod_g729

Freeswitch SVN brian at freeswitch.org
Wed Aug 30 01:01:52 EDT 2006


Author: brian
Date: Wed Aug 30 01:01:52 2006
New Revision: 2443

Modified:
   freeswitch/trunk/src/mod/codecs/mod_amr/mod_amr.c
   freeswitch/trunk/src/mod/codecs/mod_g723/mod_g723.c
   freeswitch/trunk/src/mod/codecs/mod_g729/mod_g729.c

Log:
tweaks

Modified: freeswitch/trunk/src/mod/codecs/mod_amr/mod_amr.c
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_amr/mod_amr.c	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_amr/mod_amr.c	Wed Aug 30 01:01:52 2006
@@ -26,6 +26,8 @@
  * Anthony Minessale II <anthmct at yahoo.com>
  * Brian K. West <brian.west at mac.com>
  *
+ * The amr codec itself is not distributed with this module.
+ *
  * mod_amr.c -- GSM-AMR Codec Module
  *
  */  

Modified: freeswitch/trunk/src/mod/codecs/mod_g723/mod_g723.c
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_g723/mod_g723.c	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_g723/mod_g723.c	Wed Aug 30 01:01:52 2006
@@ -26,6 +26,8 @@
  * Anthony Minessale II <anthmct at yahoo.com>
  * Brian K. West <brian.west at mac.com>
  *
+ * The g723.2 codec itself is not distributed with this module.
+ *
  * mod_g723.c -- G723.1 Codec Module
  *
  */  

Modified: freeswitch/trunk/src/mod/codecs/mod_g729/mod_g729.c
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_g729/mod_g729.c	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_g729/mod_g729.c	Wed Aug 30 01:01:52 2006
@@ -26,7 +26,9 @@
  * Anthony Minessale II <anthmct at yahoo.com>
  * Michael Jerris <mike at jerris.com>
  *
- * 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"



More information about the Freeswitch-svn mailing list