[Freeswitch-svn] [commit] r7539 - freeswitch/trunk/src/mod/codecs/mod_amr

Freeswitch SVN brian at freeswitch.org
Wed Feb 6 23:53:04 EST 2008


Author: brian
Date: Wed Feb  6 23:53:04 2008
New Revision: 7539

Modified:
   freeswitch/trunk/src/mod/codecs/mod_amr/mod_amr.c

Log:
cleanup

Modified: freeswitch/trunk/src/mod/codecs/mod_amr/mod_amr.c
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_amr/mod_amr.c	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_amr/mod_amr.c	Wed Feb  6 23:53:04 2008
@@ -182,7 +182,6 @@
 						}
 					}
 				}
-
 			}
 		}
 
@@ -311,7 +310,7 @@
 	/* 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,



More information about the Freeswitch-svn mailing list