From ea650b51bd184baf990440dbfee75c618bddcc9e Mon Sep 17 00:00:00 2001 From: Brian West Date: Sat, 5 May 2007 21:47:59 +0000 Subject: [PATCH] ok their seems to be some debate on this one git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5095 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/codecs/mod_g723_1/mod_g723_1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/codecs/mod_g723_1/mod_g723_1.c b/src/mod/codecs/mod_g723_1/mod_g723_1.c index 44d1894940..8a7bb28a6a 100644 --- a/src/mod/codecs/mod_g723_1/mod_g723_1.c +++ b/src/mod/codecs/mod_g723_1/mod_g723_1.c @@ -174,7 +174,7 @@ static const switch_codec_implementation_t g723_1_implementation = { /*.iananame */ "G723", /*.fmtp */ NULL, /*.samples_per_second */ 8000, - /*.bits_per_second */ 6400, + /*.bits_per_second */ 6300, /*.microseconds_per_frame */ 30000, /*.samples_per_frame */ 240, /*.bytes_per_frame */ 480, @@ -189,7 +189,7 @@ static const switch_codec_implementation_t g723_1_implementation = { }; static const switch_codec_interface_t g723_1_codec_interface = { - /*.interface_name */ "g723.1 6.4k", + /*.interface_name */ "g723.1 6.3k", /*.implementations */ &g723_1_implementation, };