aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-01-29 22:13:33 +0100
committerAnton Khirnov <anton@khirnov.net>2023-01-31 09:08:03 +0100
commit5c36f4ef8410008d508b9ca348441903a15a6f7c (patch)
tree27126e1d3ade4191027a496b3d38ecfa5f1d9ef5 /fftools/ffmpeg.c
parente3a99041b80e915efc021f93eef1c3fddf41199c (diff)
downloadffmpeg-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