From 7c11839c58ed90318321f010c0042603a0c538d2 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 5 Sep 2006 22:11:42 +0000 Subject: [PATCH] cleanups git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2522 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/codecs/mod_amr/mod_amr.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mod/codecs/mod_amr/mod_amr.c b/src/mod/codecs/mod_amr/mod_amr.c index 27483e3b3d..ff0c7eede6 100644 --- a/src/mod/codecs/mod_amr/mod_amr.c +++ b/src/mod/codecs/mod_amr/mod_amr.c @@ -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;