lws: h265: disable onRender logs spam
This commit is contained in:
parent
2dc1ec92fd
commit
0e021d0f1e
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user