Skip to content

Commit 5b44b4a

Browse files
committed
fix all the references
1 parent b5be119 commit 5b44b4a

File tree

1 file changed

+38
-11
lines changed

1 file changed

+38
-11
lines changed

index.bs

Lines changed: 38 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,32 @@ spec:webidl; type:dfn; text:resolve
2828
"href":
2929
"https://www.ietf.org/archive/id/draft-ietf-sframe-enc-00.html",
3030
"title": "Secure Frame (SFrame)"
31+
},
32+
"VP9": {
33+
"href":
34+
"https://storage.googleapis.com/downloads.webmproject.org/docs/vp9/vp9-bitstream-specification-v0.6-20160331-draft.pdf",
35+
"title": "VP9 Bitstream & Decoding Process Specification",
36+
"publisher": "The WebM Project"
37+
},
38+
"ITU-T-REC-H.265": {
39+
"href": "https://www.itu.int/rec/T-REC-H.265",
40+
"title": "H.265 : High efficiency video coding",
41+
"publisher": "ITU"
42+
},
43+
"OPUS": {
44+
"href": "https://datatracker.ietf.org/doc/html/rfc6716",
45+
"title": "RFC 6716: Definition of the Opus Audio Codec",
46+
"publisher": "IETF"
47+
},
48+
"ITU-G.711": {
49+
"href": "https://www.itu.int/rec/T-REC-G.711/",
50+
"title": "G.711 : Pulse code modulation (PCM) of voice frequencies",
51+
"publisher": "ITU"
52+
},
53+
"ITU-G.722": {
54+
"href": "https://www.itu.int/rec/T-REC-G.722/",
55+
"title": "G.722: 7 kHz audio-coding within 64 kbit/s",
56+
"publisher": "ITU"
3157
}
3258
}
3359
</pre>
@@ -453,9 +479,9 @@ interface RTCEncodedVideoFrame {
453479
</td>
454480
<td>
455481
The data starts with the "uncompressed data chunk" defined in
456-
[VP8](https://datatracker.ietf.org/doc/html/rfc6386#section-9.1) and is followed
457-
by the rest of the frame data.
458-
The [VP8 payload descriptor](https://www.rfc-editor.org/rfc/rfc7741#section-4.1)
482+
<a href="https://datatracker.ietf.org/doc/html/rfc6386#section-9.1">section 9.1 of [[RFC6386]]</a>
483+
and is followed by the rest of the frame data.
484+
The <a href="https://www.rfc-editor.org/rfc/rfc7741#section-4.1">VP8 payload descriptor
459485
is not accessible.
460486
</td>
461487
</tr>
@@ -465,8 +491,8 @@ interface RTCEncodedVideoFrame {
465491
</td>
466492
<td>
467493
The data is a frame as described in Section 6 of [[VP9]]. The
468-
[VP9 payload descriptor](https://datatracker.ietf.org/doc/html/draft-ietf-payload-vp9#section-4.2)
469-
is not accessible.
494+
<a href="https://datatracker.ietf.org/doc/html/draft-ietf-payload-vp9#section-4.2">
495+
VP9 payload descriptor</a>is not accessible.
470496
</td>
471497
</tr>
472498
<tr>
@@ -484,9 +510,10 @@ interface RTCEncodedVideoFrame {
484510
</td>
485511
<td>
486512
The data is a series of OBUs compliant to the
487-
["low-overhead bitstream format"](https://aomediacodec.github.io/av1-spec/#low-overhead-bitstream-format)
488-
as described in Section 5 of [[AV1]].
489-
The [AV1 aggregation header](https://aomediacodec.github.io/av1-rtp-spec/#41-rtp-header-usage) is not accessible.
513+
<a href="https://aomediacodec.github.io/av1-spec/#low-overhead-bitstream-format">
514+
low-overhead bitstream format</a> as described in Section 5 of [[AV1]].
515+
The <a href="https://aomediacodec.github.io/av1-rtp-spec/#41-rtp-header-usage">
516+
AV1 aggregation header</a> is not accessible.
490517
</td>
491518
</tr>
492519
</tbody>
@@ -635,7 +662,7 @@ interface RTCEncodedAudioFrame {
635662
</td>
636663
<td>
637664
The data is Opus packets, as described in
638-
[section 3](https://datatracker.ietf.org/doc/html/rfc6716#section-3)
665+
<a href="https://datatracker.ietf.org/doc/html/rfc6716#section-3">section 3</a>
639666
of [[OPUS]].
640667
</td>
641668
</tr>
@@ -670,8 +697,8 @@ interface RTCEncodedAudioFrame {
670697
audio/CN
671698
</td>
672699
<td>
673-
The data is Comfort Noise as described in
674-
[section 3](https://www.rfc-editor.org/rfc/rfc3389#section-3) of [[RFC3389]].
700+
The data is Comfort Noise as described in <a href="https://www.rfc-editor.org/rfc/rfc3389#section-3">
701+
section 3</a> of [[RFC3389]].
675702
</td>
676703
</tr>
677704
</tbody>

0 commit comments

Comments
 (0)