Define TOC sequence briefly.

Hopefully it's clear from this that the demuxer can parse the
TOC sequence to verify the equal-duration constraint.
This commit is contained in:
Ralph Giles 2012-07-16 12:34:46 -04:00
parent 19658bd2f7
commit 0cf8628528

View file

@ -172,6 +172,8 @@ The remaining Opus packet is packed at the end of the audio data packet
<xref target="RFCOpus"/>.
All of the Opus packets in a single Ogg packet MUST be constrained to have the
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
the first Opus packet in an Ogg packet as if it were an Opus packet with an
illegal TOC sequence.