Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mark Harris
Opus
Commits
7abe7d65
Commit
7abe7d65
authored
Oct 14, 2014
by
Ralph Giles
Browse files
oggopus: Clarify leading zeros are ok for R128 tags.
Add a limit of no more than 6 characters for these tags' values.
parent
fd562eef
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/draft-ietf-codec-oggopus.xml
View file @
7abe7d65
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment