shithub: opus

Download patch

ref: ba409a420bbf836de9556f89fd5f1a9622b8e834
parent: 54f061d1598798201769ec30768a757266c552e5
author: Ralph Giles <[email protected]>
date: Fri Oct 17 12:35:50 EDT 2014

oggopus: use 'invalid' to match other occurances and RFC 6716.

Suggestion from mark4o.

--- a/doc/draft-ietf-codec-oggopus.xml
+++ b/doc/draft-ietf-codec-oggopus.xml
@@ -182,7 +182,7 @@
  same duration.
 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.
+ invalid TOC sequence.
 </t>
 <t>
 The coding mode (SILK, Hybrid, or CELT), audio bandwidth, channel count,
@@ -199,7 +199,7 @@
 Packets MUST be placed into Ogg pages in order until the end of stream.
 Audio packets MAY span page boundaries.
 A decoder MUST treat a zero-octet audio data packet as if it were an Opus
- packet with an illegal TOC sequence.
+ packet with an invalid TOC sequence.
 The last page SHOULD have the 'end of stream' flag set, but implementations
  need to be prepared to deal with truncated streams that do not have a page
  marked 'end of stream'.