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
path: root/doc
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2014-10-15 01:52:31 +0400
committerRalph Giles <giles@mozilla.com>2014-10-15 01:52:31 +0400
commit7abe7d65c21d0e3ee6020d62aaa6f78554c9d3fc (patch)
tree04b1244e579c15712b0329505d63f344ed896ef5 /doc
parentfd562eefa2f7b506d7bedd42335e97256c067d6e (diff)
oggopus: Clarify leading zeros are ok for R128 tags.
Add a limit of no more than 6 characters for these tags' values.
Diffstat (limited to 'doc')
-rw-r--r--doc/draft-ietf-codec-oggopus.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/draft-ietf-codec-oggopus.xml b/doc/draft-ietf-codec-oggopus.xml
index cf1b7872..128c343b 100644
--- a/doc/draft-ietf-codec-oggopus.xml
+++ b/doc/draft-ietf-codec-oggopus.xml
@@ -1217,8 +1217,10 @@ The gain is also a Q7.8 fixed point number in dB, as in the ID header's
<t>
An Ogg Opus stream MUST NOT have more than one of each tag, and if present
their values MUST be an integer from -32768 to 32767, inclusive,
- represented in ASCII with no whitespace.
+ represented in ASCII as a base 10 number with no whitespace.
A leading '+' or '-' character is valid.
+Leading zeros are also permitted, but the value MUST be represented in
+ no more than 6 characters.
Other non-digit characters MUST NOT be present.
</t>
<t>