From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 69A6A4E324 for ; Mon, 9 Jun 2025 10:06:38 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id A7A3568CAEF; Mon, 9 Jun 2025 13:06:35 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 11C9E68BFDE for ; Mon, 9 Jun 2025 13:06:33 +0300 (EEST) Received: from 985f70a91c914b1bd1a81f5f243ee555 ([1.145.244.154]) (authenticated (0 bits)) by mx.sdf.org (8.18.1/8.14.3) with ESMTPSA id 559A6QJi013672 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Mon, 9 Jun 2025 10:06:30 GMT Date: Mon, 9 Jun 2025 20:06:25 +1000 From: Peter Ross To: ffmpeg-devel@ffmpeg.org Message-ID: <9afe0be79ac3bcd60a44dc29037565496fe41d47.1749463495.git.pross@xvid.org> References: MIME-Version: 1.0 In-Reply-To: Subject: [FFmpeg-devel] [PATCHv3 2/8] avcodec/g728_template: make hist parameter constant 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="===============4340428625336945197==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4340428625336945197== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uDR5eead2Klj/Ya1" Content-Disposition: inline --uDR5eead2Klj/Ya1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable --- libavcodec/g728_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/g728_template.c b/libavcodec/g728_template.c index b60122ee37..dd1b1a4415 100644 --- a/libavcodec/g728_template.c +++ b/libavcodec/g728_template.c @@ -39,7 +39,7 @@ static void convolve(float *tgt, const float *src, int le= n, int n) */ static void do_hybrid_window(void (*vector_fmul)(float *dst, const float *= src0, const float *src1, int len), int order, int n, int non_rec, float *out, - float *hist, float *out2, const float *window) + const float *hist, float *out2, const float *= window) { int i; float buffer1[MAX_BACKWARD_FILTER_ORDER + 1]; --=20 2.47.2 -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --uDR5eead2Klj/Ya1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCaEayIQAKCRBnYHnFrEDd a0yxAKC66zThItzZ3kO42/1p8xf3gtmTHwCg0NEvek324R64WR2lp1KDna6tO6k= =ctkH -----END PGP SIGNATURE----- --uDR5eead2Klj/Ya1-- --===============4340428625336945197== 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". --===============4340428625336945197==--