shithub: opus

Download patch

ref: 1b0d40fc3423026eab8e4f4c594b53181729e855
parent: 328953e1896432bc700b9b5c69ae2987c5d752f4
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Mon Jul 4 06:42:45 EDT 2016

update draft fixes

--- a/doc/draft-ietf-codec-opus-update.xml
+++ b/doc/draft-ietf-codec-opus-update.xml
@@ -250,9 +250,10 @@
       </t>
       <t>
         To address the issue, we change the folding behaviour so that it is
-        never forced to fall back to LCG due to not enough folding data. This
+        never forced to fall back to LCG due to the first band not containing
+        enough coefficients to fold onto the second band. This
         is achieved by simply repeating part of the first band in the folding
-        of the second band. This changes the code in celt/bands.c around line 237:
+        of the second band. This changes the code in celt/bands.c around line 1237:
       </t>
 <figure>
 <artwork><![CDATA[
@@ -288,7 +289,7 @@
 </figure>
 
       <t>
-       as well as line 260:
+       as well as line 1260:
       </t>
 
 <figure>