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

Freeswitch SVN anthm at freeswitch.org
Mon Oct 9 22:16:30 EDT 2006


Author: anthm
Date: Mon Oct  9 22:16:29 2006
New Revision: 3020

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

Log:
update

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	Mon Oct  9 22:16:29 2006
@@ -200,7 +200,7 @@
 		context->decoder_state = NULL;
 
 		if (encoding) {
-			context->encoder_state = Encoder_Interface_init(0);
+			context->encoder_state = Encoder_Interface_init(1);
 		}
 
 		if (decoding) {



More information about the Freeswitch-svn mailing list