shithub: opus

Download patch

ref: 7abe7d65c21d0e3ee6020d62aaa6f78554c9d3fc
parent: fd562eefa2f7b506d7bedd42335e97256c067d6e
author: Ralph Giles <[email protected]>
date: Tue Oct 14 10:52:31 EDT 2014

oggopus: Clarify leading zeros are ok for R128 tags.

Add a limit of no more than 6 characters for these tags' values.

--- a/doc/draft-ietf-codec-oggopus.xml
+++ b/doc/draft-ietf-codec-oggopus.xml
@@ -1217,8 +1217,10 @@
 <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>