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

Define TOC sequence briefly.

Hopefully it's clear from this that the demuxer can parse the
TOC sequence to verify the equal-duration constraint.
parent 19658bd2
No related branches found
No related tags found
No related merge requests found
...@@ -172,6 +172,8 @@ The remaining Opus packet is packed at the end of the audio data packet ...@@ -172,6 +172,8 @@ The remaining Opus packet is packed at the end of the audio data packet
<xref target="RFCOpus"/>. <xref target="RFCOpus"/>.
All of the Opus packets in a single Ogg packet MUST be constrained to have the All of the Opus packets in a single Ogg packet MUST be constrained to have the
same duration. same duration.
The duration and coding modes of each Opus packet are contained in the
TOC (table of contents) sequence in the first few bytes.
A decoder SHOULD treat any Opus packet whose duration is different from that of A decoder SHOULD treat any Opus packet whose duration is different from that of
the first Opus packet in an Ogg packet as if it were an Opus packet with an the first Opus packet in an Ogg packet as if it were an Opus packet with an
illegal TOC sequence. illegal TOC sequence.
......
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