From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id A54F74A4F9 for ; Tue, 30 Apr 2024 23:33:29 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 47DFE68D646; Wed, 1 May 2024 02:33:25 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EAA2268D524 for ; Wed, 1 May 2024 02:33:17 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 439521BF206 for ; Tue, 30 Apr 2024 23:33:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1714519997; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5nkWG6TGP05+0Qmm19dHncU61Q2STHlgaes2x98tbS0=; b=Hv4xY7WJvMKHb7BwQmU6JTDu+GDeObn2oZBK7p02D5p2W6iuXMa7lCjlUiiyILjNrzq7od UmyYovWm8bYtUatXn9xrpihNetoCRgUwPwfZ+AbtmLVsiK6aq9oQ5DtUzf3nLtv4mJX6db TtNShqIem6yZJBhiDmpjVVsbTrbfZu48ICIfivj0FXJPBEx292SzK+KKADkkSM8I3lKYlt tqk4Oq5hh2bfk+hKgBDvNWSXGwUWxpHmNoITYIhbVKh1GLnAFdTAWIKDL2fxdFXc71iT86 VaVFWHDpHanw92ZsAkmOKs55RtBGTVIV8xODgin/gx3zFGCTcps2b+xZe9daVg== Date: Wed, 1 May 2024 01:33:16 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240430233316.GY6420@pb2> References: <20240423170843.GK6420@pb2> <20240424073028.565112-1-ffmpeg-devel@pileofstuff.org> MIME-Version: 1.0 In-Reply-To: <20240424073028.565112-1-ffmpeg-devel@pileofstuff.org> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v3] lavu/opt: Clarify the scope of AVOptions X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============3043868323468541766==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3043868323468541766== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="/jQ3sP6E2em0RzG3" Content-Disposition: inline --/jQ3sP6E2em0RzG3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 24, 2024 at 08:30:28AM +0100, Andrew Sayers wrote: > See discussion on the mailing list: > https://ffmpeg.org/pipermail/ffmpeg-devel/2024-April/326054.html > --- > libavutil/opt.h | 10 ++++++++++ > 1 file changed, 10 insertions(+) >=20 > diff --git a/libavutil/opt.h b/libavutil/opt.h > index e6013662f6..6cf2b39a63 100644 > --- a/libavutil/opt.h > +++ b/libavutil/opt.h > @@ -53,6 +53,16 @@ > * question is allowed to access the field. This allows us to extend the > * semantics of those fields without breaking API compatibility. > * > + * @section avoptions_scope Scope of AVOptions > + * > + * AVOptions is designed to support any set of multimedia configuration = options > + * that can be defined at compile-time. Although it is mainly used to e= xpose > + * FFmpeg options, you are welcome to adapt it to your own use case. > + * > + * No single approach can ever fully solve the problem of configuration, > + * but please submit a patch if you believe you have found a problem > + * that is best solved by extending AVOptions. > + * > * @section avoptions_implement Implementing AVOptions > * This section describes how to add AVOptions capabilities to a struct. > * will apply thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is dangerous to be right in matters on which the established authorities are wrong. -- Voltaire --/jQ3sP6E2em0RzG3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZjF/vAAKCRBhHseHBAsP qy3HAKCAiEbauOYrT0uI0kWfk3dAKeHexgCfS+ZdCPG9d51yMZ0AFe8BH3fTrD0= =vX4U -----END PGP SIGNATURE----- --/jQ3sP6E2em0RzG3-- --===============3043868323468541766== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============3043868323468541766==--