We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 446d831 + 089757d commit d1ca473Copy full SHA for d1ca473
hevc_codec_registration.src.html
@@ -167,7 +167,7 @@
167
mechanisms for packaging the bitstream.
168
169
<dl>
170
- <dt><dfn enum-value for=AvcBitstreamFormat>annexb</dfn></dt>
+ <dt><dfn enum-value for=HevcBitstreamFormat>annexb</dfn></dt>
171
<dd>
172
Parameter sets are included periodically throughout the bitstream.
173
@@ -176,7 +176,7 @@
176
where including the parameter set data periodically allows users to
177
easily start from the middle of the stream.
178
</dd>
179
- <dt><dfn enum-value for=AvcBitstreamFormat>hevc</dfn></dt>
+ <dt><dfn enum-value for=HevcBitstreamFormat>hevc</dfn></dt>
180
181
Parameter sets are not included in the bitstream and are instead emitted
182
via the {{VideoEncoder/[[output callback]]}} as the
0 commit comments