提交 ba984f35 authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3020 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b1b18faa
...@@ -200,7 +200,7 @@ static switch_status_t switch_amr_init(switch_codec_t *codec, switch_codec_flag_ ...@@ -200,7 +200,7 @@ static switch_status_t switch_amr_init(switch_codec_t *codec, switch_codec_flag_
context->decoder_state = NULL; context->decoder_state = NULL;
if (encoding) { if (encoding) {
context->encoder_state = Encoder_Interface_init(0); context->encoder_state = Encoder_Interface_init(1);
} }
if (decoding) { if (decoding) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论