Skip to content
Snippets Groups Projects
Commit a38044e0 authored by Ralph Giles's avatar Ralph Giles
Browse files

oggopus: Refer to 'TOC sequence' instead of byte.

This avoids confusion with the number of frames being defined
by more than the first byte with code 3 packets.

Patch from mark4o.
parent 5e0c904e
No related branches found
No related tags found
No related merge requests found
......@@ -187,8 +187,8 @@ A decoder SHOULD treat any Opus packet whose duration is different from that of
<t>
The coding mode (SILK, Hybrid, or CELT), audio bandwidth, channel count,
duration (frame size), and number of frames per packet, are indicated in the
TOC (table of contents) in the first byte of each Opus packet, as described
in Section&nbsp;3.1 of&nbsp;<xref target="RFC6716"/>.
TOC (table of contents) sequence at the beginning of each Opus packet, as
described in Section&nbsp;3.1 of&nbsp;<xref target="RFC6716"/>.
The combination of mode, audio bandwidth, and frame size is referred to as
the configuration of an Opus packet.
</t>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment