From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <ffmpeg-devel-bounces@ffmpeg.org> Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 08E544BCA4 for <ffmpegdev@gitmailbox.com>; Mon, 31 Mar 2025 00:45:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3779C687C94; Mon, 31 Mar 2025 03:45:10 +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 BC206687A17 for <ffmpeg-devel@ffmpeg.org>; Mon, 31 Mar 2025 03:45:02 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 0C7BD44293 for <ffmpeg-devel@ffmpeg.org>; Mon, 31 Mar 2025 00:45:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1743381902; 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=AiR+s6DcHR+AjV+PgANEuUqezI8kUJsMCX4ss7P0dz0=; b=VYafvGBywv2L/Q73fDmV6lqbeI2YkgOjeS/8Z7pd72PQqmWoTBRJbflaBhso4EnJiByUp2 GyG37NPslOIYABo1grdOo6vol1rweVBGOYaVJ5gJK0xA3cQI4MPWTs/SCLQR2I2Q3lcczU ZrZBi2bNzy3O3QX1krGIA6kXyEY25ZiZhTH/1XNyk6OUq1+Gk1OhxqP/0+EV737JQkRSaQ Zm+t9GWJdemq4HM4xSqMhfiioUp+dpEgeVvZegzEXu/qjMnhJVWKzNJJ1TnV2BdpeAlczC Z8aunVS9ZQLj3QRt1wHNKpM8/O44MAfowoT6nTlgfkSdC+ZmpaFrKp9vTCqBOA== Date: Mon, 31 Mar 2025 02:45:00 +0200 From: Michael Niedermayer <michael@niedermayer.cc> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Message-ID: <20250331004500.GD4991@pb2> References: <AS8P250MB07441CA05D49153EF3F00BFE8FA22@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM> MIME-Version: 1.0 In-Reply-To: <AS8P250MB07441CA05D49153EF3F00BFE8FA22@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM> X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddujeekhedvucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdduhedmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeeigeektdejudffjefhteegjedtgeettefggedthfejgfevhfetgeekjedtvdfhveenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avformat/rtpenc: Check dimensions during init X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches <ffmpeg-devel.ffmpeg.org> List-Unsubscribe: <https://ffmpeg.org/mailman/options/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=unsubscribe> List-Archive: <https://ffmpeg.org/pipermail/ffmpeg-devel> List-Post: <mailto:ffmpeg-devel@ffmpeg.org> List-Help: <mailto:ffmpeg-devel-request@ffmpeg.org?subject=help> List-Subscribe: <https://ffmpeg.org/mailman/listinfo/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=subscribe> Reply-To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Content-Type: multipart/mixed; boundary="===============8801043918780625827==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org> Archived-At: <https://master.gitmailbox.com/ffmpegdev/20250331004500.GD4991@pb2/> List-Archive: <https://master.gitmailbox.com/ffmpegdev/> List-Post: <mailto:ffmpegdev@gitmailbox.com> --===============8801043918780625827== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wjvY9HifukQprA/r" Content-Disposition: inline --wjvY9HifukQprA/r Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Andreas On Sun, Mar 30, 2025 at 12:42:38PM +0200, Andreas Rheinhardt wrote: > Obsoletes my earlier patch to fix the Wdeclaration-after-statement warnin= g. >=20 > - Andreas > rtpenc.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > 16e728ea020e7f62b97032aa108cc281c7cd4d96 0001-avformat-rtpenc-Check-dime= nsions-during-init.patch > From 46e1284d95407f1b757f23aedf59fb9332f48913 Mon Sep 17 00:00:00 2001 > From: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> > Date: Sun, 30 Mar 2025 12:06:13 +0200 > Subject: [PATCH] avformat/rtpenc: Check dimensions during init >=20 > Also fixes a -Wdeclaration-after-statement warning. >=20 > Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> > --- > libavformat/rtpenc.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) LGTM thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If one takes all money from those who grow wealth and gives it to those who do not grow wealth, 10 years later, almost the same people who where wealthy will be wealthy again, the same people who where poor will be poor again. --wjvY9HifukQprA/r Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ+nliQAKCRBhHseHBAsP q0DwAJ9JmB7q9WUZu7d+4hxfysD5oqHmxgCeOVo48fXLWNnJBsq41HLXyAoTWlE= =Jkes -----END PGP SIGNATURE----- --wjvY9HifukQprA/r-- --===============8801043918780625827== 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". --===============8801043918780625827==--