diff --git a/doc/draft-ietf-codec-oggopus.xml b/doc/draft-ietf-codec-oggopus.xml
index 898cbecb..42fb6ece 100644
--- a/doc/draft-ietf-codec-oggopus.xml
+++ b/doc/draft-ietf-codec-oggopus.xml
@@ -264,6 +264,16 @@ The actual length of each missing Opus frame inside the packet is zero bytes,
as defined in Section 3.2.1 of .
+
+Zero-byte frames MAY be packed into packets using any of codes 0, 1,
+ 2, or 3.
+When successive frames have the same configuration, the higher code packings
+ reduce overhead.
+Likewise, if the TOC configuration matches, the muxer MAY further combine the
+ empty frames with previous or subsequent non-zero-length frames (using
+ code 2 or VBR code 3).
+
+
does not impose any requirements on the PLC, but this
section outlines choices that are expected to have a positive influence on
@@ -325,13 +335,6 @@ Since medium-band audio is only supported in the SILK modes, wideband frames
will be able to preserve all of the available audio bandwidth.
-
-Matching synthetic TOC byte(s) MAY be packed into packets using any of
- codes 0, 1, 2, or 3.
-If the TOC configuration matches, the muxer MAY further combine the empty
- frames with previous or subsequent non-zero-length frames (using code 2
- or VBR code 3).
-