Fix rate control for hevc with amdvce

This commit is contained in:
loki-47-6F-64
2021-09-27 19:12:42 +02:00
parent f4cb13aa0e
commit 9f14b2278d
3 changed files with 35 additions and 11 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ struct video_t {
struct {
std::optional<int> quality;
std::optional<int> rc;
std::optional<int> rc_h264;
std::optional<int> rc_hevc;
int coder;
} amd;