提交 7c11839c authored 作者: Brian West's avatar Brian West

cleanups

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2522 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 55156a46
......@@ -88,8 +88,6 @@ enum
AMR_BITRATE_1220
};
//static short bytes_per_frame[16]={ 13, 14, 16, 18, 19, 21, 26, 31, 6, 0, 0, 0, 0, 0, 0, 0 };
#define AMR_Mode 7
static switch_status_t switch_amr_init(switch_codec_t *codec, switch_codec_flag_t flags,
......@@ -173,9 +171,6 @@ static switch_status_t switch_amr_decode(switch_codec_t *codec,
unsigned int *flag)
{
struct amr_context *context = codec->private_info;
//int dec_mode;
//dec_mode = (*(char *)encoded_data >> 3) & 0xF;
if (!context) {
return SWITCH_STATUS_FALSE;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论