yuv-to-rgb.c is not correct though it is faster

This commit is contained in:
rustdesk
2022-01-29 20:45:53 +08:00
parent bf9badb10e
commit 9de2944d6b
6 changed files with 1473 additions and 13 deletions

View File

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