Skip to content

Commit f250dc5

Browse files
committed
Remove ? in [[?FOO]] as it is not (any longer?) valid bikeshed syntax.
1 parent c073c94 commit f250dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ dictionary RTCEncodedVideoFrameMetadata {
371371
<dd>
372372
<p>
373373
An identifier for the encoded frame, monotonically increasing in decode order. Its lower
374-
16 bits match the frame_number of the AV1 Dependency Descriptor Header Extension defined in Appendix A of [[?AV1-RTP-SPEC]], if present.
374+
16 bits match the frame_number of the AV1 Dependency Descriptor Header Extension defined in Appendix A of [[AV1-RTP-SPEC]], if present.
375375
Only present for received frames if the Dependency Descriptor Header Extension is present.
376376
</p>
377377
</dd>
@@ -381,7 +381,7 @@ dictionary RTCEncodedVideoFrameMetadata {
381381
<dd>
382382
<p>
383383
List of frameIds of frames this frame references.
384-
Only present for received frames if the AV1 Dependency Descriptor Header Extension defined in Appendix A of [[?AV1-RTP-SPEC]] is present.
384+
Only present for received frames if the AV1 Dependency Descriptor Header Extension defined in Appendix A of [[AV1-RTP-SPEC]] is present.
385385
</p>
386386
</dd>
387387
<dt>

0 commit comments

Comments
 (0)