We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1546535 commit 8edb3d2Copy full SHA for 8edb3d2
core/util/browser.js
@@ -117,7 +117,7 @@ async function _checkWebCodecsH264DecodeSupport() {
117
let error = null;
118
119
let decoder = new VideoDecoder({
120
- output: (frame) => { gotframe = true; },
+ output: (frame) => { gotframe = true; frame.close(); },
121
error: (e) => { error = e; },
122
});
123
let chunk = new EncodedVideoChunk({
0 commit comments