lws: h265: disable onRender logs spam

This commit is contained in:
Evgeny Zinoviev 2023-05-29 23:52:27 +03:00
parent 2dc1ec92fd
commit 0e021d0f1e

View File

@ -183,7 +183,7 @@ window.Cameras = {
};
player.onRender = (width, height, imageBufferY, imageBufferB, imageBufferR) => {
console.log(name + ": onRender");
// console.log(name + ": onRender");
if (!containerHeightFixed) {
var ratio = height / width;
videoContainer.style.width = parseInt(videoContainer.offsetWidth * ratio, 10)+'px';