mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-26 12:37:26 +00:00
doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12009 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0d2747acfb
commit
a242bfa2ba
@ -74,7 +74,7 @@ struct speex_context {
|
|||||||
int decoder_mode;
|
int decoder_mode;
|
||||||
};
|
};
|
||||||
|
|
||||||
switch_status_t switch_speex_init(switch_codec_t *codec, switch_codec_flag_t flags, const switch_codec_settings_t *codec_settings)
|
static switch_status_t switch_speex_init(switch_codec_t *codec, switch_codec_flag_t flags, const switch_codec_settings_t *codec_settings)
|
||||||
{
|
{
|
||||||
struct speex_context *context = NULL;
|
struct speex_context *context = NULL;
|
||||||
int encoding, decoding;
|
int encoding, decoding;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user