[Freeswitch-svn] [commit] r4215 - freeswitch/trunk/src/mod/codecs/mod_g729
Freeswitch SVN
brian at freeswitch.org
Mon Feb 12 18:32:29 EST 2007
Author: brian
Date: Mon Feb 12 18:32:29 2007
New Revision: 4215
Modified:
freeswitch/trunk/src/mod/codecs/mod_g729/mod_g729.c
Log:
woops
Modified: freeswitch/trunk/src/mod/codecs/mod_g729/mod_g729.c
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_g729/mod_g729.c (original)
+++ freeswitch/trunk/src/mod/codecs/mod_g729/mod_g729.c Mon Feb 12 18:32:29 2007
@@ -264,7 +264,7 @@
static const switch_codec_interface_t g729_codec_interface = {
/*.interface_name */ "g729",
- /*.implementations */ &g729a_8k_implementation,
+ /*.implementations */ &g729_8k_implementation,
/*.next */ NULL
};
More information about the Freeswitch-svn
mailing list