Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2016-01-16 02:30:46 +0300
committerRalph Giles <giles@mozilla.com>2016-01-16 02:30:46 +0300
commit44f87362fbc10b64a5f2ece564c55f242cbde9b7 (patch)
treeca1330e45945632745c37775757f0795042eefa3
parentdd87956d7b85820581c26900ba7102c4a5c299fa (diff)
oggopus: Fix continued packet lacing reference.
Thanks to Joel Halpern for pointing out the discrepancy.
-rw-r--r--doc/draft-ietf-codec-oggopus.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/draft-ietf-codec-oggopus.xml b/doc/draft-ietf-codec-oggopus.xml
index 4a04d2f6..cb8d149c 100644
--- a/doc/draft-ietf-codec-oggopus.xml
+++ b/doc/draft-ietf-codec-oggopus.xml
@@ -209,7 +209,7 @@ A logical stream ends with a page with 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'.
There is no reason for the final packet on the last page to be a continued
- packet, i.e., for the final lacing value to be less than 255.
+ packet, i.e., for the final lacing value to be 255.
However, demuxers might encounter such streams, possibly as the result of a
transfer that did not complete or of corruption.
A demuxer SHOULD NOT attempt to decode the data from a packet that continues