Skip to content

Commit

Permalink
Test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanreg committed Apr 15, 2024
1 parent e7b105a commit 5799c8b
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions draft-avtransport-spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2196,55 +2196,55 @@ The following structure MUST be followed:
</tr>
<tr id="0x0020+4">
<td><code>u(8)</code></td>
<td><dfn>font_flags</dfn></td>
<td><dfn noexport>font_flags</dfn></td>
<td>enum {{FontFlags}}</td>
<td>Flags for the font packet.</td>
</tr>
<tr id="0x0020+5">
<td><code>u(8)</code></td>
<td><dfn>font_type</dfn></td>
<td><dfn noexport>font_type</dfn></td>
<td>enum {{FontType}}</td>
<td>The data type contained in the [=font_data=].</td>
</tr>
<tr id="0x0020+6">
<td><code>u(8)</code></td>
<td><dfn>font_compression</dfn></td>
<td><dfn noexport>font_compression</dfn></td>
<td>enum {{DataCompression}}</td>
<td>Font data compression.</td>
</tr>
<tr id="0x0020+7">
<td><code>u(8)</code></td>
<td><dfn>font_name_length</dfn></td>
<td></td>
<td>The length of the font file name.</td>
</tr>
<tr id="0x0020+8">
<td><code>u(32)</code></td>
<td><dfn>font_data_length</dfn></td>
<td><dfn noexport>font_data_length</dfn></td>
<td></td>
<td>The length in bytes of the font file data.</td>
</tr>
<tr id="0x0020+9">
<td><code>b(88)</code></td>
<tr id="0x0020+8">
<td><code>b(96)</code></td>
<td>[=padding=]</td>
<td></td>
<td>Padding, reserved for future use. MUST be 0x0.</td>
</tr>
<tr id="0x0020+10">
<tr id="0x0020+9">
<td><code>b(64)</code></td>
<td>[=ldpc_288_224=]</td>
<td>[=LDPC(288, 224)=]</td>
<td>64-bits of LDPC parity data to correct the previous 224 bits of the packet.</td>
</tr>
<tr id="0x0020+10">
<td><code>252*b(8)</code></td>
<td><dfn noexport>font_name</dfn></td>
<td>fixed-length string</td>
<td>252-byte [[RFC3629|UTF-8]] string, containing the original file name of the font.</td>
</tr>
<tr id="0x0020+11">
<td><code>[=font_name_length=]*b(8)</code></td>
<td><dfn>font_name</dfn></td>
<td>zero-terminated string</td>
<td>The name of the font file.</td>
<td><code>b(768)</code></td>
<td>[=ldpc_2784_2016=]</td>
<td>[=LDPC(2784, 2016)=]</td>
<td>768-bit LDPC parity data to correct the previous 2016 bits of the packet.</td>
</tr>
<tr id="0x0020+12">
<td><code>[=font_data_length=]*b(8)</code></td>
<td><dfn>font_data</dfn></td>
<td><dfn noexport>font_data</dfn></td>
<td>payload</td>
<td>The font data.</td>
</tr>
Expand Down

0 comments on commit 5799c8b

Please sign in to comment.