Skip to content

Commit 2a563a6

Browse files
authored
Merge pull request #582 from youennf/videodecoderconfig-description-allowshared
Make VideoDecoderConfig.description AllowShared
2 parents 55ca05e + 2612b4f commit 2a563a6

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
@@ -1958,7 +1958,7 @@
19581958
<xmp class='idl'>
19591959
dictionary VideoDecoderConfig {
19601960
required DOMString codec;
1961-
BufferSource description;
1961+
[AllowShared] BufferSource description;
19621962
[EnforceRange] unsigned long codedWidth;
19631963
[EnforceRange] unsigned long codedHeight;
19641964
[EnforceRange] unsigned long displayAspectWidth;

0 commit comments

Comments
 (0)