fix errors; add nouveau vaapi driver option (#692)

* fix service shutdown errors

* add nouveau vaapi driver option
This commit is contained in:
Jason Dove
2022-03-10 12:19:30 -06:00
committed by GitHub
parent f0670b345f
commit 6be5111195
10 changed files with 274 additions and 215 deletions
@@ -391,6 +391,8 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
return "iHD";
case VaapiDriver.RadeonSI:
return "radeonsi";
case VaapiDriver.Nouveau:
return "nouveau";
}
}