]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweaks
authorBrian West <brian@freeswitch.org>
Wed, 30 Aug 2006 05:01:52 +0000 (05:01 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 30 Aug 2006 05:01:52 +0000 (05:01 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2443 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_amr/mod_amr.c
src/mod/codecs/mod_g723/mod_g723.c
src/mod/codecs/mod_g729/mod_g729.c

index 8ff46e7f594a36ad8ea08d9bcccebf619e35b7bc..2bed578af6740f45627f5342430e551fc26a2639 100644 (file)
@@ -26,6 +26,8 @@
  * Anthony Minessale II <anthmct@yahoo.com>
  * Brian K. West <brian.west@mac.com>
  *
+ * The amr codec itself is not distributed with this module.
+ *
  * mod_amr.c -- GSM-AMR Codec Module
  *
  */  
index adcad6b7e24bb8dfc97f27dd40ff4d9357c539ae..630039aa7afb7215a6752cf906ddc07c47f602bf 100644 (file)
@@ -26,6 +26,8 @@
  * Anthony Minessale II <anthmct@yahoo.com>
  * Brian K. West <brian.west@mac.com>
  *
+ * The g723.2 codec itself is not distributed with this module.
+ *
  * mod_g723.c -- G723.1 Codec Module
  *
  */  
index f48f9786b5eb5a8fe9f1f5a6c1b02c367d9e3b7b..f7d433262b82cd33ea7da9cb0123ac275e2191aa 100644 (file)
@@ -26,7 +26,9 @@
  * Anthony Minessale II <anthmct@yahoo.com>
  * Michael Jerris <mike@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"