New upstream version 24.0.5+dfsg1
This commit is contained in:
parent
52fa83f147
commit
4c2ea24267
61 changed files with 710 additions and 130 deletions
|
|
@ -183,7 +183,8 @@ static bool parse_params(AVCodecContext *context, char **opts)
|
|||
*assign = 0;
|
||||
value = assign + 1;
|
||||
|
||||
if (av_opt_set(context->priv_data, name, value, 0)) {
|
||||
if (av_opt_set(context, name, value,
|
||||
AV_OPT_SEARCH_CHILDREN)) {
|
||||
blog(LOG_WARNING, "Failed to set %s=%s", name,
|
||||
value);
|
||||
ret = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue