fix(amf): attempt to use level 5.1/5.2 for hevc (#3888)
This commit is contained in:
parent
d96251d18f
commit
01f281a4a3
2 changed files with 18 additions and 3 deletions
|
|
@ -150,7 +150,7 @@ namespace video {
|
|||
option_t(const option_t &) = default;
|
||||
|
||||
std::string name;
|
||||
std::variant<int, int *, std::optional<int> *, std::function<int()>, std::string, std::string *> value;
|
||||
std::variant<int, int *, std::optional<int> *, std::function<int()>, std::string, std::string *, std::function<const std::string(const config_t &)>> value;
|
||||
|
||||
option_t(std::string &&name, decltype(value) &&value):
|
||||
name {std::move(name)},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue