Skip to content

Commit

Permalink
Fix a typo in video-decode-display sample
Browse files Browse the repository at this point in the history
  • Loading branch information
HuaChunbo authored and padenot committed Mar 18, 2024
1 parent 667c795 commit 0ecf0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/video-decode-display/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function start({dataUri, rendererName, canvas}) {
break;
}

// Set up a VideoDecoer.
// Set up a VideoDecoder.
const decoder = new VideoDecoder({
output(frame) {
// Update statistics.
Expand Down

0 comments on commit 0ecf0ff

Please sign in to comment.