git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4215 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-02-12 23:32:29 +00:00
parent e3773e1a01
commit df79b479d9
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ static const switch_codec_implementation_t g729_8k_implementation = {
static const switch_codec_interface_t g729_codec_interface = {
/*.interface_name */ "g729",
/*.implementations */ &g729a_8k_implementation,
/*.implementations */ &g729_8k_implementation,
/*.next */ NULL
};