woops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4215 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e3773e1a01
commit
df79b479d9
|
@ -264,7 +264,7 @@ static const switch_codec_implementation_t g729_8k_implementation = {
|
||||||
|
|
||||||
static const switch_codec_interface_t g729_codec_interface = {
|
static const switch_codec_interface_t g729_codec_interface = {
|
||||||
/*.interface_name */ "g729",
|
/*.interface_name */ "g729",
|
||||||
/*.implementations */ &g729a_8k_implementation,
|
/*.implementations */ &g729_8k_implementation,
|
||||||
/*.next */ NULL
|
/*.next */ NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue