[FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use
Stefano Sabatini
stefasab at gmail.com
Mon Apr 22 15:56:13 EEST 2024
On date Monday 2024-04-22 13:09:25 +0100, Andrew Sayers wrote:
> ---
> libavutil/opt.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/libavutil/opt.h b/libavutil/opt.h
> index e6013662f6..4c0e7d9223 100644
> --- a/libavutil/opt.h
> +++ b/libavutil/opt.h
> @@ -54,7 +54,10 @@
> * semantics of those fields without breaking API compatibility.
> *
> * @section avoptions_implement Implementing AVOptions
> + *
> * This section describes how to add AVOptions capabilities to a struct.
> + * It is aimed at people adding new interfaces to internal FFmpeg functionality,
> + * but may also be of interest to programs that depend on FFmpeg.
> *
> * All AVOptions-related information is stored in an AVClass. Therefore
> * the first member of the struct should be a pointer to an AVClass describing it.
> --
> 2.43.0
Looks good, thanks.
Let's wait one day in case there are comments from other people.
Note: I'll be offline for one week or so starting from tomorrow,
someone else might need to push this - or I'll do it when I'll be
back.
More information about the ffmpeg-devel
mailing list