[Freeswitch-svn] [commit] r5094 - freeswitch/trunk/src/mod/codecs/mod_g723_1
Freeswitch SVN
brian at freeswitch.org
Sat May 5 17:45:17 EDT 2007
Author: brian
Date: Sat May 5 17:45:16 2007
New Revision: 5094
Modified:
freeswitch/trunk/src/mod/codecs/mod_g723_1/mod_g723_1.c
Log:
its 6.4 not 6.3
Modified: freeswitch/trunk/src/mod/codecs/mod_g723_1/mod_g723_1.c
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_g723_1/mod_g723_1.c (original)
+++ freeswitch/trunk/src/mod/codecs/mod_g723_1/mod_g723_1.c Sat May 5 17:45:16 2007
@@ -174,7 +174,7 @@
/*.iananame */ "G723",
/*.fmtp */ NULL,
/*.samples_per_second */ 8000,
- /*.bits_per_second */ 6300,
+ /*.bits_per_second */ 6400,
/*.microseconds_per_frame */ 30000,
/*.samples_per_frame */ 240,
/*.bytes_per_frame */ 480,
@@ -189,7 +189,7 @@
};
static const switch_codec_interface_t g723_1_codec_interface = {
- /*.interface_name */ "g723.1 6.3k",
+ /*.interface_name */ "g723.1 6.4k",
/*.implementations */ &g723_1_implementation,
};
More information about the Freeswitch-svn
mailing list