Add option to allow HEVC usage on older Intel GPUs without low-power encoding

This commit is contained in:
Cameron Gutman
2024-02-26 21:42:52 -06:00
parent 15272fb47e
commit 4252f5df7c
5 changed files with 35 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ namespace config {
struct {
std::optional<int> qsv_preset;
std::optional<int> qsv_cavlc;
bool qsv_slow_hevc;
} qsv;
struct {