Add amd decoder support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user