We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4741890 commit 51f9192Copy full SHA for 51f9192
packages/webcodecs/src/can-reencode-video-track.ts
@@ -31,7 +31,6 @@ export const canReencodeVideoTrack = async ({
31
});
32
const videoDecoderConfig =
33
await getVideoDecoderConfigWithHardwareAcceleration(track);
34
- console.log({videoEncoderConfig, videoDecoderConfig});
35
36
return Boolean(videoDecoderConfig && videoEncoderConfig);
37
};
0 commit comments