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 415F942675 for ; Wed, 23 Mar 2022 05:20:24 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EB7FA68B1B5; Wed, 23 Mar 2022 07:20:21 +0200 (EET) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8A97768AB2E for ; Wed, 23 Mar 2022 07:20:14 +0200 (EET) Received: from b57e078e4507c73be9860fd24fad1dcc ([1.145.206.211]) (authenticated (0 bits)) by mx.sdf.org (8.15.2/8.14.5) with ESMTPSA id 22N5K3x4006253 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Wed, 23 Mar 2022 05:20:07 GMT Date: Wed, 23 Mar 2022 16:19:59 +1100 From: Peter Ross To: ffmpeg-devel@ffmpeg.org Message-ID: <1ffbbf963bf5db3b5303f5fd452e2b7d2919d614.1648012772.git.pross@xvid.org> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] avcodec/binkaudio: fix indentation to match previous line 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="===============4914921953397172327==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4914921953397172327== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GHbWhQWYvDo3EuDv" Content-Disposition: inline --GHbWhQWYvDo3EuDv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable --- libavcodec/binkaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/binkaudio.c b/libavcodec/binkaudio.c index 56b58b57c8..0b6888e3e3 100644 --- a/libavcodec/binkaudio.c +++ b/libavcodec/binkaudio.c @@ -264,7 +264,7 @@ static int decode_block(BinkAudioContext *s, float **ou= t, int use_dct, j =3D ch; for (i =3D 0; i < s->overlap_len; i++, j +=3D channels) out[ch + ch_offset][i] =3D (s->previous[ch + ch_offset][i]= * (count - j) + - out[ch + ch_offset][i] * j)= / count; + out[ch + ch_offset][i] *= j) / count; } memcpy(s->previous[ch + ch_offset], &out[ch + ch_offset][s->frame_= len - s->overlap_len], s->overlap_len * sizeof(*s->previous[ch + ch_offset])); --=20 2.35.1 -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --GHbWhQWYvDo3EuDv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCYjqt+wAKCRBnYHnFrEDd a4cmAKCg3u8fNgO1u2I4B9i+eEgUBy0ucQCdF7QsAV4Yr8YaTQYWC3RHrgNfKdk= =3BcA -----END PGP SIGNATURE----- --GHbWhQWYvDo3EuDv-- --===============4914921953397172327== 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". --===============4914921953397172327==--