Skip to content

Commit

Permalink
Remove unhelpful console, correctly display video frames of desired r…
Browse files Browse the repository at this point in the history
…esolution
  • Loading branch information
friendlymatthew committed Oct 28, 2024
1 parent e477fb3 commit d0275be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion burrito/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
let videoDecoder240p, videoDecoder480p, videoDecoder720p;

async function setVideoDecoder(resolution, writer) {
console.log(`creating Video Decoder for `, {resolution});

const videoDecoder = new VideoDecoder({
output: async (frame) => {
Expand Down

0 comments on commit d0275be

Please sign in to comment.