Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@octasic.com>2010-12-11 01:59:49 +0300
committerJean-Marc Valin <jean-marc.valin@octasic.com>2010-12-11 01:59:49 +0300
commit848b95d60d6d0691fba2124958a418504ef9917b (patch)
treeda9bf4eb41c4bd865e7283604b0442c6b41de48e /doc
parent2d25330d3758ca063fe6c399e92438857604ffc3 (diff)
TOC update
Diffstat (limited to 'doc')
-rw-r--r--doc/draft-ietf-codec-opus.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/draft-ietf-codec-opus.xml b/doc/draft-ietf-codec-opus.xml
index 1c0c5dcf..f86a9548 100644
--- a/doc/draft-ietf-codec-opus.xml
+++ b/doc/draft-ietf-codec-opus.xml
@@ -181,11 +181,11 @@ There is thus a total of 32 configurations, encoded in 5 bits. On bit is used to
<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>