aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-01-07 13:36:15 +0100
committerAnton Khirnov <anton@khirnov.net>2023-01-10 11:52:02 +0100
commitd234b4b193e017411e179c7a1d0521a6fa6dbc8d (patch)
tree96cd50275a6f5cab7ef6ede51e379929d0b9869d /doc/ffmpeg.texi
parentb6ba764552c94bed7339ea34ef64bb1dc37c0956 (diff)
downloadffmpeg-d234b4b193e017411e179c7a1d0521a6fa6dbc8d.tar.gz
lavfi/avfilter: simplify process_options()
This function currently treats AVFilterContext options and filter-private options differently: the former are immediately applied, while the latter are stored in a dictionary to be applied later. There is no good reason for having two branches - storing all options in the dictionary is simpler and achieves the same effect (since it is later applied with av_opt_set_dict()). This will also be useful in future commits.
Diffstat (limited to 'doc/ffmpeg.texi')
0 files changed, 0 insertions, 0 deletions