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 7ACC1437CB for ; Thu, 28 Jul 2022 22:05:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7236968B9DB; Fri, 29 Jul 2022 01:05:48 +0300 (EEST) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5DCB368B999 for ; Fri, 29 Jul 2022 01:05:42 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id A9B881C0003 for ; Thu, 28 Jul 2022 22:05:41 +0000 (UTC) Date: Fri, 29 Jul 2022 00:05:40 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220728220540.GC2088045@pb2> References: MIME-Version: 1.0 In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 34/39] avcodec/mpegvideoencdsp: Allow pointers to const where possible 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="===============8927357413783296268==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8927357413783296268== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="oMfk58fZ06Sy4zVm" Content-Disposition: inline --oMfk58fZ06Sy4zVm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 27, 2022 at 12:08:09AM +0200, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/arm/mpegvideoencdsp_init_arm.c | 4 ++-- > libavcodec/mips/h263dsp_mips.h | 2 +- > libavcodec/mips/mpegvideoencdsp_msa.c | 4 ++-- > libavcodec/mpegvideoencdsp.c | 10 +++++----- > libavcodec/mpegvideoencdsp.h | 10 +++++----- > libavcodec/ppc/mpegvideoencdsp.c | 8 ++++---- > libavcodec/x86/mpegvideoenc_qns_template.c | 4 ++-- > libavcodec/x86/mpegvideoencdsp.asm | 4 ++-- > libavcodec/x86/mpegvideoencdsp_init.c | 6 +++--- > 9 files changed, 26 insertions(+), 26 deletions(-) LGTM, also all similar things should be ok [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Any man who breaks a law that conscience tells him is unjust and willingly= =20 accepts the penalty by staying in jail in order to arouse the conscience of= =20 the community on the injustice of the law is at that moment expressing the= =20 very highest respect for law. - Martin Luther King Jr --oMfk58fZ06Sy4zVm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYuMINAAKCRBhHseHBAsP qwC6AJ9WaIbuLXgOFBJlbELjNQc8FE+oUwCbBH4Yc4rQu9QNBg3qDLCLgdrl+m0= =yeiO -----END PGP SIGNATURE----- --oMfk58fZ06Sy4zVm-- --===============8927357413783296268== 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". --===============8927357413783296268==--