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 DDE4843B94 for ; Tue, 19 Jul 2022 19:08:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 731E568B379; Tue, 19 Jul 2022 22:08:38 +0300 (EEST) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E235468AFF7 for ; Tue, 19 Jul 2022 22:08:31 +0300 (EEST) X-ENS-nef-client: 129.199.129.80 ( name = phare.normalesup.org ) Received: from phare.normalesup.org (phare.normalesup.org [129.199.129.80]) by nef.ens.fr (8.14.4/1.01.28121999) with ESMTP id 26JJ8UU8006192 ; Tue, 19 Jul 2022 21:08:31 +0200 Received: by phare.normalesup.org (Postfix, from userid 1001) id DBDA6EB5B9; Tue, 19 Jul 2022 21:08:30 +0200 (CEST) Date: Tue, 19 Jul 2022 21:08:30 +0200 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <20220709043142.2228184-1-amirmazz@google.com> MIME-Version: 1.0 In-Reply-To: <20220709043142.2228184-1-amirmazz@google.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Tue, 19 Jul 2022 21:08:31 +0200 (CEST) Subject: Re: [FFmpeg-devel] [PATCH] Make implicit void pointer cast explicit 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 Cc: Amir Mazzarella Content-Type: multipart/mixed; boundary="===============1231367114060522591==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1231367114060522591== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vtWvAXvmLr5yIppT" Content-Disposition: inline --vtWvAXvmLr5yIppT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi. Thanks for the patch. Amir Mazzarella (12022-07-09): > Signed-off-by: Amir Mazzarella > --- > libavutil/vulkan_loader.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/libavutil/vulkan_loader.h b/libavutil/vulkan_loader.h > index 3f1ee6aa46..fa8e5ed171 100644 > --- a/libavutil/vulkan_loader.h > +++ b/libavutil/vulkan_loader.h > @@ -82,7 +82,7 @@ static inline int ff_vk_load_functions(AVHWDeviceContex= t *ctx, > uint64_t extensions_mask, > int has_inst, int has_dev) > { > - AVVulkanDeviceContext *hwctx =3D ctx->hwctx; > + AVVulkanDeviceContext *hwctx =3D (AVVulkanDeviceContext *) ctx->hwct= x; > =20 > static const struct FunctionLoadInfo { > int req_inst; Why? What is it supposed to fix? Regards, --=20 Nicolas George --vtWvAXvmLr5yIppT Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmLXASwACgkQcZVLI8pN xgwyZA//VwaPsCVqLsynXirpO3UUkyYE+qTeYU/79o8bGoQuLY01Ujx+MyCvlvVt EOd/LTERyWuiVdChDfPgHze7/84cxK9+mJmte56/nNFOdMq7kv+yD3SsBzh99dRC eim/mC27s0KIvVMvtcZC4kpxcEnhtCR3I9VvI3/PNEaLuw09WNzxrxiR3eOFDIb+ ITEKu+7lvZKJHjrGH2qsWUQ/maSi504DyrszyFwZ2gYFU/3FUX6fDx4tBhgcPioq V97pRcTlLnu5M7ObUyH/lzw3S9X0SkCwsI31t7yApjwNlMkoQ1Y4gYD++6v+9Pt2 ENECNoVNmwR7lgA6IXhAdyhhFH4JkN2bd6HXd3dFbyDRZeKMyiz0SvZjYtwCth7j uMNHW1hfz7YmyAxRZ6hZd8O4vwfb3pIlxGKt5uISyuSsyWAFzecTvu4FElxii/7J wbF+mE10uNmKQ+flm7jfDhlPw67LzBiktHr6zq5l6S4juw0o9+3v9FI2azMupEkf mbKTXRhMEEVs07kSThTaRwjzXB/+n7x+HEcdz/H2mQyWdWwEIUqiFsSB0IYDVlls 98r5RcvuUcor4IBHuXDg8f570aeFhI+C9RcbsBvyPElnqUzPBmU55FSCHSc6LcTD mgTu2Xul9oz3/uadgLNG4rp4IEeZPeAOq17HhQGjFrpZ7LNZ55k= =hZeI -----END PGP SIGNATURE----- --vtWvAXvmLr5yIppT-- --===============1231367114060522591== 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". --===============1231367114060522591==--