feat(vaapi): add option to enable strict enforcement of frame size (#3332)
* feat(vaapi): add option to enable strict enforcement of frame size * Eliminate the QP fallback code that was only required for VAAPI
This commit is contained in:
@@ -71,6 +71,10 @@ namespace config {
|
||||
int vt_coder;
|
||||
} vt;
|
||||
|
||||
struct {
|
||||
bool strict_rc_buffer;
|
||||
} vaapi;
|
||||
|
||||
std::string capture;
|
||||
std::string encoder;
|
||||
std::string adapter_name;
|
||||
|
||||
Reference in New Issue
Block a user