unfinished vaapi encoder should not be default yet

This commit is contained in:
loki 2021-06-08 22:38:48 +02:00
parent 914f329eea
commit e2874b40c1

View File

@ -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) {