mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 02:09:49 +00:00
unfinished vaapi encoder should not be default yet
This commit is contained in:
parent
914f329eea
commit
e2874b40c1
@ -516,10 +516,10 @@ static std::vector<encoder_t> encoders {
|
||||
nvenc,
|
||||
amdvce,
|
||||
#endif
|
||||
software,
|
||||
#ifdef __linux__
|
||||
vaapi,
|
||||
vaapi
|
||||
#endif
|
||||
software
|
||||
};
|
||||
|
||||
void reset_display(std::shared_ptr<platf::display_t> &disp, AVHWDeviceType type) {
|
||||
|
Loading…
Reference in New Issue
Block a user