git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2443 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2006-08-30 05:01:52 +00:00
parent 15696c8696
commit add97be821
3 changed files with 7 additions and 1 deletions

View 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
*
*/

View 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
*
*/

View 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"