[Freeswitch-svn] [commit] r2460 - freeswitch/trunk/src/mod/codecs/mod_g723_1
Freeswitch SVN
brian at freeswitch.org
Wed Aug 30 19:23:22 EDT 2006
Author: brian
Date: Wed Aug 30 19:23:22 2006
New Revision: 2460
Modified:
freeswitch/trunk/src/mod/codecs/mod_g723_1/mod_g723_1.c
Log:
clarification
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 Wed Aug 30 19:23:22 2006
@@ -196,12 +196,12 @@
};
#endif
static const switch_codec_interface_t g723_1_30ms_codec_interface = {
- /*.interface_name */ "g723 6.3k",
+ /*.interface_name */ "g723.1 6.3k",
/*.implementations */ &g723_1_30ms_implementation,
};
#if 0
static const switch_codec_interface_t g723_1_60ms_codec_interface = {
- /*.interface_name */ "g723 6.3k",
+ /*.interface_name */ "g723.1 6.3k",
/*.implementations */ &g723_1_60ms_implementation,
/*.next */ &g723_1_30ms_codec_interface
};
More information about the Freeswitch-svn
mailing list