diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-01-06 19:13:13 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-01-10 11:52:02 +0100 |
commit | bd7c07c26a8196ef5c29bf50a2a6340e814162a1 (patch) | |
tree | 174f6140013f928cbcf2e41a5aa6fdd7d5629dc1 /libavfilter/af_adelay.c | |
parent | a7b1b4bc2324ceda830b273552014805192f574a (diff) | |
download | ffmpeg-bd7c07c26a8196ef5c29bf50a2a6340e814162a1.tar.gz |
lavfi/avfilter: avoid a redundant av_opt_set_dict2() call
Current code first sets AVFilterContext-level options, then aplies the
leftover on the filter's private data. This is unnecessary, applying the
options to AVFilterContext with the AV_OPT_SEARCH_CHILDREN flag
accomplishes the same effect.
Diffstat (limited to 'libavfilter/af_adelay.c')
0 files changed, 0 insertions, 0 deletions