summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2014-10-17 16:35:50 -0700
committerRalph Giles <giles@mozilla.com>2014-10-17 16:50:53 -0700
commitba409a420bbf836de9556f89fd5f1a9622b8e834 (patch)
tree7f8e08edafea07d79085f89fbb337610c3ce2398 /doc
parent54f061d1598798201769ec30768a757266c552e5 (diff)
downloadopus-ba409a420bbf836de9556f89fd5f1a9622b8e834.tar.gz
oggopus: use 'invalid' to match other occurances and RFC 6716.
Suggestion from mark4o.
Diffstat (limited to 'doc')
-rw-r--r--doc/draft-ietf-codec-oggopus.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/draft-ietf-codec-oggopus.xml b/doc/draft-ietf-codec-oggopus.xml
index 5c755c9d..25af4486 100644
--- a/doc/draft-ietf-codec-oggopus.xml
+++ b/doc/draft-ietf-codec-oggopus.xml
@@ -182,7 +182,7 @@ All of the Opus packets in a single Ogg packet MUST be constrained to have the
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 @@ The first audio data page SHOULD NOT have the 'continued packet' flag set
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'.