]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
cleanup
authorBrian West <brian@freeswitch.org>
Thu, 7 Feb 2008 04:53:04 +0000 (04:53 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 7 Feb 2008 04:53:04 +0000 (04:53 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7539 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_amr/mod_amr.c

index 862fd56a2816828e39b9ddbdfee8a8bf284be2f7..6e08517a36828fc2827be56218dc7e4a551eb2ac 100644 (file)
@@ -182,7 +182,6 @@ static switch_status_t switch_amr_init(switch_codec_t *codec, switch_codec_flag_
                                                }
                                        }
                                }
-
                        }
                }
 
@@ -311,7 +310,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_amr_load)
        /* connect my internal structure to the blank pointer passed to me */
        *module_interface = switch_loadable_module_create_module_interface(pool, modname);
 
-       SWITCH_ADD_CODEC(codec_interface, "GSM-AMR");
+       SWITCH_ADD_CODEC(codec_interface, "AMR");
     switch_core_codec_add_implementation(pool, codec_interface,
                                          SWITCH_CODEC_TYPE_AUDIO, 96, "AMR", "octet-align=0", 8000, 8000, 12200,
                                          20000, 160, 320, 0, 1, 1, 1,