diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-01-07 13:36:15 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-01-10 11:52:02 +0100 |
commit | d234b4b193e017411e179c7a1d0521a6fa6dbc8d (patch) | |
tree | 96cd50275a6f5cab7ef6ede51e379929d0b9869d /libavfilter/vf_blackframe.c | |
parent | b6ba764552c94bed7339ea34ef64bb1dc37c0956 (diff) | |
download | ffmpeg-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 'libavfilter/vf_blackframe.c')
0 files changed, 0 insertions, 0 deletions