Skip to content

Commit 485f58e

Browse files
Djuffinpadenot
authored andcommitted
Change type of EncodedVideoChunkInit.data to AllowSharedBufferSource
Addressing: #788
1 parent dcbf0ce commit 485f58e

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
@@ -2524,7 +2524,7 @@
25242524
required EncodedAudioChunkType type;
25252525
[EnforceRange] required long long timestamp; // microseconds
25262526
[EnforceRange] unsigned long long duration; // microseconds
2527-
required BufferSource data;
2527+
required AllowSharedBufferSource data;
25282528
sequence<ArrayBuffer> transfer = [];
25292529
};
25302530

0 commit comments

Comments
 (0)