]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 10 Oct 2006 02:16:29 +0000 (02:16 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 10 Oct 2006 02:16:29 +0000 (02:16 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3020 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_amr/mod_amr.c

index 44bfea4f8cc5a61dd6ec2c21f316b58561aab71a..b969ea0c7f07960c430e4dd3b53f9ddb56500a7a 100644 (file)
@@ -200,7 +200,7 @@ static switch_status_t switch_amr_init(switch_codec_t *codec, switch_codec_flag_
                context->decoder_state = NULL;
 
                if (encoding) {
-                       context->encoder_state = Encoder_Interface_init(0);
+                       context->encoder_state = Encoder_Interface_init(1);
                }
 
                if (decoding) {