Skip to content
Snippets Groups Projects
Commit 7abe7d65 authored by Ralph Giles's avatar 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
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment