Skip to content

Commit 3752c3b

Browse files
committed
Add AllowShared to EncodedVideoChunkInit data
1 parent ea1125d commit 3752c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2549,7 +2549,7 @@
25492549
required EncodedVideoChunkType type;
25502550
[EnforceRange] required long long timestamp; // microseconds
25512551
[EnforceRange] unsigned long long duration; // microseconds
2552-
required BufferSource data;
2552+
required [AllowShared] BufferSource data;
25532553
};
25542554

25552555
enum EncodedVideoChunkType {

0 commit comments

Comments
 (0)