@@ -438,9 +438,8 @@ re-transmission of the configuration headers.
A Vorbis Packed Configuration is indicated with the Vorbis Data Type field set
to 1. Of the three headers, defined in the
<xreftarget="vorbis-spec-ref">Vorbis I specification</xref>, the
identification and the setup MUST be packed together, while the comment header
MUST be completely suppressed. It is up to the client to provide a minimal size
comment header to the decoder if required by the implementation.
identification and the setup MUST be packed together as they are, while the comment header MAY be replaced with a dummy one.
The packed configuration follows a generic way to store xiph codec configurations: the first byte stores the number of following packets minus one, the next bytes represent the size of the packets, every byte set to 0xff means that the next byte has to be add to the current sum in order to have the complete size; the headers immediately follows the list of sizes. The headers are packed in the same order they are present in ogg: identification, comment, setup.