Skip to content

Commit b5be119

Browse files
committed
improve vp8 description, thanks hta
1 parent 5e85d95 commit b5be119

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,9 @@ interface RTCEncodedVideoFrame {
452452
video/VP8
453453
</td>
454454
<td>
455-
The data is the "uncompressed data chunk" defined in
456-
[VP8](https://datatracker.ietf.org/doc/html/rfc6386#section-9.1).
455+
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.
457458
The [VP8 payload descriptor](https://www.rfc-editor.org/rfc/rfc7741#section-4.1)
458459
is not accessible.
459460
</td>

0 commit comments

Comments
 (0)