shithub: opus

Download patch

ref: 848b95d60d6d0691fba2124958a418504ef9917b
parent: 2d25330d3758ca063fe6c399e92438857604ffc3
author: Jean-Marc Valin <[email protected]>
date: Fri Dec 10 12:59:49 EST 2010

TOC update

--- a/doc/draft-ietf-codec-opus.xml
+++ b/doc/draft-ietf-codec-opus.xml
@@ -181,11 +181,11 @@
 <list style="symbols">
 <t>0:    1 frames in the packet</t>
 <t>1:    2 frames in the packet, each with equal compressed size</t>
-<t>2:    arbitrary number of frames in the packet, each with equal compressed size</t>
-<t>3:    arbitrary number of frames in the packet, with different compressed sizes</t>
+<t>2:    2 frames in the packet, with different compressed size</t>
+<t>3:    arbitrary number of frames in the packet</t>
 </list>
-For codes 2 and 3, the TOC byte is followed by the number of frames in the packet. 
-For code 3, the byte indicating the number of frames is followed by N-1 frame 
+For code 2, the TOC byte is followed by the length of the first frame, encoded as described below.
+For code 3, the TOC byte is followed by a byte encoding the number of frames in the packet, with the MSB indicating VBR. In the VBR case, the byte indicating the number of frames is followed by N-1 frame 
 lengths encoded as described below. As an additional limit, the audio duration contained
 within a packet may not exceed 120 ms.
 </t>