Skip to content

Commit 55ca05e

Browse files
authored
Merge pull request #576 from youennf/add-AllowShared-to-EncodedVideoChunkInit-data
Add AllowShared to EncodedVideoChunkInit data
2 parents ea1125d + 3752c3b commit 55ca05e

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)