Skip to content

Commit 615fd4f

Browse files
committed
describe H264, not H265 (yet)
1 parent eb2b452 commit 615fd4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ spec:webidl; type:dfn; text:resolve
3535
"title": "VP9 Bitstream & Decoding Process Specification",
3636
"publisher": "The WebM Project"
3737
},
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",
38+
"ITU-T-REC-H.264": {
39+
"href": "https://www.itu.int/rec/T-REC-H.264",
40+
"title": "H.264 : Advanced video coding for generic audiovisual services",
4141
"publisher": "ITU"
4242
},
4343
"ITU-G.711": {
@@ -47,7 +47,7 @@ spec:webidl; type:dfn; text:resolve
4747
},
4848
"ITU-G.722": {
4949
"href": "https://www.itu.int/rec/T-REC-G.722/",
50-
"title": "G.722: 7 kHz audio-coding within 64 kbit/s",
50+
"title": "G.722 : 7 kHz audio-coding within 64 kbit/s",
5151
"publisher": "ITU"
5252
}
5353
}
@@ -496,7 +496,7 @@ interface RTCEncodedVideoFrame {
496496
</td>
497497
<td>
498498
The data is a series of NAL units in Annex B format,
499-
as defined in [[ITU-T-REC-H.265]] Annex B.
499+
as defined in [[ITU-T-REC-H.264]] Annex B.
500500
</td>
501501
</tr>
502502
<tr>

0 commit comments

Comments
 (0)