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 DEF5A49BDE for ; Sat, 4 May 2024 00:42:05 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 867B668D6FD; Sat, 4 May 2024 03:42:02 +0300 (EEST) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EFE0E68D67D for ; Sat, 4 May 2024 03:41:55 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id AF322FF802 for ; Sat, 4 May 2024 00:41:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1714783314; 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=rnPLN3YlWswKdmreAlWvqgPyFRGgjwWHAmdiO/5VSs8=; b=XCZedPE3tHjSlzBGwcQXyGlvhIqvCH/XpQiiW6mv8YU7KWatp2GrNIm8cZSm5eahFtfr1g j3FpjF//voqvAWoqI3lJLQ0mLt8MlO40UsATsGNN6+aHgf/3U0L/+QY93J/cKCohBjcnkN PE+wAUSdhSVHj028m6QKKZbJuaqCLJ+LQLEjrTSiBU/d0OSEoZYG2USoNzy/6cNxSDgXgB eC+Izcjn/Er0caot/vDvxUMVsRFWQa2knJdTcmyAMwdJ/06MMP/sjCyhSC0yjWd670ToT5 03bz1uoN7ApGs/gzRhcXqUAcUYlNsJoL+PBe40ccKVtFwA+10SewReUpAW7g+A== Date: Sat, 4 May 2024 02:41:53 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240504004153.GQ6420@pb2> References: <20240503074356.56785-1-marcus@marcusspencer.xyz> MIME-Version: 1.0 In-Reply-To: <20240503074356.56785-1-marcus@marcusspencer.xyz> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avutil/opt: Clarify type of integers 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="===============5580850470207890500==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5580850470207890500== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="qxrWt5OQT0qjl1OZ" Content-Disposition: inline --qxrWt5OQT0qjl1OZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 03, 2024 at 02:43:56AM -0500, Marcus B Spencer wrote: > Clarify comment regarding type of integers regarding AV_OPT_TYPE_IMAGE_SI= ZE. >=20 > Signed-off-by: Marcus B Spencer > --- > libavutil/opt.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/libavutil/opt.h b/libavutil/opt.h > index e8f4e69705..2fdfb65c23 100644 > --- a/libavutil/opt.h > +++ b/libavutil/opt.h > @@ -252,7 +252,7 @@ enum AVOptionType{ > AV_OPT_TYPE_DICT, > AV_OPT_TYPE_UINT64, > AV_OPT_TYPE_CONST, > - AV_OPT_TYPE_IMAGE_SIZE, ///< offset must point to two consecutive in= tegers > + AV_OPT_TYPE_IMAGE_SIZE, ///< offset must point to two consecutive in= ts > AV_OPT_TYPE_PIXEL_FMT, > AV_OPT_TYPE_SAMPLE_FMT, > AV_OPT_TYPE_VIDEO_RATE, ///< offset must point to AVRational will apply thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Whats the most studid thing your enemy could do ? Blow himself up Whats the most studid thing you could do ? Give up your rights and freedom because your enemy blew himself up. --qxrWt5OQT0qjl1OZ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZjWETgAKCRBhHseHBAsP q1eoAJwJENQ+uOzGm+e6Ttxk1EC1XIpmxQCdF4Nl103clxgKHrRWXoh3848hd2M= =IE92 -----END PGP SIGNATURE----- --qxrWt5OQT0qjl1OZ-- --===============5580850470207890500== 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". --===============5580850470207890500==--