Add amd decoder support

This commit is contained in:
Garrett
2021-01-28 18:32:58 -05:00
parent 415dec37ad
commit 020e2069cb
4 changed files with 167 additions and 2 deletions

View File

@@ -26,6 +26,12 @@ struct video_t {
int coder;
} nv;
struct {
std::optional<int> quality;
std::optional<int> rc;
int coder;
} amd;
std::string encoder;
std::string adapter_name;
std::string output_name;