unfinished vaapi encoder should not be default yet
This commit is contained in:
parent
914f329eea
commit
e2874b40c1
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue