improve yuv

This commit is contained in:
rustdesk
2022-01-28 04:30:38 +08:00
parent 6656a8cdbf
commit 604dcd6748
4 changed files with 14 additions and 18 deletions

View File

@@ -239,7 +239,7 @@ export default class Connection {
draw(frame: any) {
this._draw?.(frame);
// globals.I420ToABGR(frame);
// globals.I420ToARGB(frame);
}
close() {