Skip to content

Commit

Permalink
chore(fix): renderer repaint Issue (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe authored Dec 8, 2023
1 parent 94c5ad1 commit f9c2c52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ts/Renderer/RendererCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ export class RendererCache {
yBuffer: Buffer.alloc(0),
uBuffer: Buffer.alloc(0),
vBuffer: Buffer.alloc(0),
width: 0,
height: 0,
yStride: 0,
uStride: 0,
vStride: 0,
rotation: 0,
};
this._context = { channelId, uid, sourceType };
this._enabled = false;
Expand Down

0 comments on commit f9c2c52

Please sign in to comment.