diff options
author | Timothy B. Terriberry <tterribe@xiph.org> | 2015-12-11 14:11:00 -0800 |
---|---|---|
committer | Timothy B. Terriberry <tterribe@xiph.org> | 2015-12-11 14:11:00 -0800 |
commit | c3147ed5db515281daf1ec506bdbe0be3c2585b7 (patch) | |
tree | 379a2dcd383d22b1ceebd56eb94465e4fa5dfd2b /doc | |
parent | 341e734ee8ede0de6f5e05288137a242d13d32bd (diff) | |
download | opus-c3147ed5db515281daf1ec506bdbe0be3c2585b7.tar.gz |
oggopus: Revert SHOULD->MUST for reserved mappings.
Mark Harris convinced me that the significant delay between "WG
consensus" and "RFC" means we shouldn't rely on RFC updates to
give people permission to start deploying new things.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/draft-ietf-codec-oggopus.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/draft-ietf-codec-oggopus.xml b/doc/draft-ietf-codec-oggopus.xml index 58aa5606..b95e5bc8 100644 --- a/doc/draft-ietf-codec-oggopus.xml +++ b/doc/draft-ietf-codec-oggopus.xml @@ -925,8 +925,8 @@ Implementations SHOULD NOT produce output for channels mapped to stream index title="Undefined Channel Mappings"> <t> The remaining channel mapping families (2...254) are reserved. -An implementation encountering a reserved channel mapping family value MUST act - as though the value is 255. +A demuxer implementation encountering a reserved channel mapping family value + SHOULD act as though the value is 255. </t> </section> |