Merge pull request #120 from cgutman/nvenc_linux

Add basic NVENC support on Linux
This commit is contained in:
loki-47-6F-64
2021-07-10 17:30:51 +02:00
committed by GitHub
5 changed files with 40 additions and 10 deletions

View File

@@ -528,7 +528,7 @@
}
if (this.platform == "linux") {
this.tabs = this.tabs.filter(el => {
return el.id !== "nv" && el.id !== "amd";
return el.id !== "amd";
});
}