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 6536037 commit 4c1070bCopy full SHA for 4c1070b
samples/encode-decode-worker/js/main.js
@@ -255,11 +255,10 @@ document.addEventListener('DOMContentLoaded', async function(event) {
255
config.pt = 1;
256
break;
257
case "H265":
258
- config.codec = "hvc1.1.6.L123.00" // Main profile, level 4.1, main Tier
+ config.codec = "hvc1.1.6.L123.00"; // Main profile, level 4.1, main Tier
259
config.hevc = { format: "annexb" };
260
config.pt = 2;
261
- addToEventLog('HEVC Encoding not supported', 'fatal');
262
- return;
+ break;
263
case "VP8":
264
config.codec = "vp8";
265
config.pt = 3;
0 commit comments