git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2522 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2006-09-05 22:11:42 +00:00
parent 55156a46db
commit 7c11839c58
1 changed files with 0 additions and 5 deletions

View File

@ -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;