[FFmpeg-devel] [PATCH v4 1/3] lavu/opt: Rename AV_OPT_FLAG_RUNTIME_PARAM to ...POST_INIT_SETTABLE_PARAM
Stefano Sabatini
stefasab at gmail.com
Sat Jul 6 12:50:42 EEST 2024
On date Tuesday 2024-07-02 10:08:38 +0100, Andrew Sayers wrote:
> The old name could be misread as the opposite of "AV_OPT_FLAG_READONLY" -
> some things can be set at runtime, others are read-only. Clarify that
> this refers to options that can be set after the struct is initialized.
> ---
> doc/APIchanges | 4 ++++
> libavutil/opt.h | 15 ++++++++++++++-
> libavutil/version.h | 3 ++-
> 3 files changed, 20 insertions(+), 2 deletions(-)
Looks good to me, but will wait to let the discussion about the
"little benefit renaming" settle.
More information about the ffmpeg-devel
mailing list