Skip to content

Commit d1ca473

Browse files
authored
Merge pull request #694 from StaZhu/fix-hevc-registration
Fix HEVC registration text
2 parents 446d831 + 089757d commit d1ca473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hevc_codec_registration.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
mechanisms for packaging the bitstream.
168168

169169
<dl>
170-
<dt><dfn enum-value for=AvcBitstreamFormat>annexb</dfn></dt>
170+
<dt><dfn enum-value for=HevcBitstreamFormat>annexb</dfn></dt>
171171
<dd>
172172
Parameter sets are included periodically throughout the bitstream.
173173

@@ -176,7 +176,7 @@
176176
where including the parameter set data periodically allows users to
177177
easily start from the middle of the stream.
178178
</dd>
179-
<dt><dfn enum-value for=AvcBitstreamFormat>hevc</dfn></dt>
179+
<dt><dfn enum-value for=HevcBitstreamFormat>hevc</dfn></dt>
180180
<dd>
181181
Parameter sets are not included in the bitstream and are instead emitted
182182
via the {{VideoEncoder/[[output callback]]}} as the

0 commit comments

Comments
 (0)