diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-01-29 22:13:33 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-01-31 09:08:03 +0100 |
commit | 5c36f4ef8410008d508b9ca348441903a15a6f7c (patch) | |
tree | 27126e1d3ade4191027a496b3d38ecfa5f1d9ef5 /fftools/ffmpeg.c | |
parent | e3a99041b80e915efc021f93eef1c3fddf41199c (diff) | |
download | ffmpeg-5c36f4ef8410008d508b9ca348441903a15a6f7c.tar.gz |
lavu/opt: use AV_DICT_MULTIKEY in av_opt_set_dict2()
If the dictionary provided on input contains multiple entries for an
option (relevant for flags modifying the previous value with '+' or
'-') and the option is not found in the target object, only the last
entry would be returned to the caller.
Pass AV_DICT_MULTIKEY to av_dict_set() to make sure all such entries are
returned.
Diffstat (limited to 'fftools/ffmpeg.c')
0 files changed, 0 insertions, 0 deletions