mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-17 10:15:42 +00:00
Add NO_RC_BUF_LIMIT vaapi
This commit is contained in:
parent
71dcef8259
commit
9e23b39634
@ -661,7 +661,7 @@ namespace video {
|
||||
std::make_optional<encoder_t::option_t>("qp"s, &config::video.qp),
|
||||
"h264_vaapi"s,
|
||||
},
|
||||
LIMITED_GOP_SIZE | PARALLEL_ENCODING | SINGLE_SLICE_ONLY,
|
||||
LIMITED_GOP_SIZE | PARALLEL_ENCODING | SINGLE_SLICE_ONLY | NO_RC_BUF_LIMIT,
|
||||
|
||||
vaapi_make_hwdevice_ctx
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user