<h1>Project "FreeSWITCH Source" received a push.</h1>

<h2>branch: master updated</h2>
<pre>
       via: 294436486302d0547b34ba26e5fa402c4ebaa58f (commit)
      from: 998a04d2cfa361a4d600175809d5fef02374c720 (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments: 
nm 40 doesn&#39;t work yet

<span style="color: #000080; font-weight: bold">diff --git a/src/mod/codecs/mod_opus/mod_opus.c b/src/mod/codecs/mod_opus/mod_opus.c</span>
<span style="color: #000080; font-weight: bold">index 0234ed8..b9a3120 100644</span>
<span style="color: #A00000">--- a/src/mod/codecs/mod_opus/mod_opus.c</span>
<span style="color: #00A000">+++ b/src/mod/codecs/mod_opus/mod_opus.c</span>
<span style="color: #800080; font-weight: bold">@@ -159,7 +159,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_opus_load)</span>
 
         SWITCH_ADD_CODEC(codec_interface, &quot;OPUS (BETA 0.9.0)&quot;);
 
<span style="color: #A00000">-        for (x = 0; x &lt; 3; x++) {</span>
<span style="color: #00A000">+        for (x = 0; x &lt; 2; x++) {</span>
                 switch_core_codec_add_implementation(pool, codec_interface, SWITCH_CODEC_TYPE_AUDIO,        /* enumeration defining the type of the codec */
                                                                                          115,        /* the IANA code number */
                                                                                          &quot;Opus-0.9.0&quot;,/* the IANA code name */
</pre></div>
========================================================================<pre>

Summary of changes:
 src/mod/codecs/mod_opus/mod_opus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>