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 7E58145CEA for ; Sat, 27 Jul 2024 22:00:24 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8D0D968D6B8; Sun, 28 Jul 2024 01:00:22 +0300 (EEST) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9BA8168D1C0 for ; Sun, 28 Jul 2024 01:00:15 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 5F970E0006 for ; Sat, 27 Jul 2024 22:00:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1722117614; 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=+sPUjhUurDeM0yp2zSnWaTRCAGwAqbQUQbyWvvNH154=; b=VwXITdiK5AeHxO0YPProH4G7oM5OWe45WRFZWXSQN+aNDIEBhD+o79WPupazywt0l9vgxu bZ/ErJ5ksBXsi0gaQBV9S9bfElbIZIfHg2E5oSBatWnoRh1z5epBCqMTPGug2/NdcGbbas ZYENxP8ZHgDJRoO4Nf+FOMNpk3Awe/gac++Wy+oPMgit5i+VbI1k/KdYbGx4PTUXg3A51G MH4WpJLzcG4h+aoDVE2CqpUAeSk1vy+Z1BQXE63kYS1+xfzO8lCmaf99dfKEkkaqpOpP7r RuhP04mgl66wtzvy8MWl6Vbu9Z6iJCObZxdTxeVBQRFFxYrP6tt3v6Ne5Az4lw== Date: Sun, 28 Jul 2024 00:00:13 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240727220013.GJ4991@pb2> References: <20240726210832.288597-1-michael@niedermayer.cc> <20240726210832.288597-3-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 3/3] avcodec/adpcm: Remove setting min_channel to value it is already set to 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="===============6373946529920616264==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6373946529920616264== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7QAqM1DfIDVlQc0I" Content-Disposition: inline --7QAqM1DfIDVlQc0I Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 27, 2024 at 09:17:01PM +1000, Peter Ross wrote: > On Fri, Jul 26, 2024 at 11:08:32PM +0200, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/adpcm.c | 4 ---- > > 1 file changed, 4 deletions(-) > >=20 > > diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c > > index 8f9a8a8c8e2..6c53d0bcf39 100644 > > --- a/libavcodec/adpcm.c > > +++ b/libavcodec/adpcm.c > > @@ -260,10 +260,6 @@ static av_cold int adpcm_decode_init(AVCodecContex= t * avctx) > > case AV_CODEC_ID_ADPCM_IMA_AMV: > > max_channels =3D 1; > > break; > > - case AV_CODEC_ID_ADPCM_DTK: > > - case AV_CODEC_ID_ADPCM_EA: > > - min_channels =3D 1; > > - break; > > case AV_CODEC_ID_ADPCM_AFC: > > case AV_CODEC_ID_ADPCM_EA_R1: > > case AV_CODEC_ID_ADPCM_EA_R2: > > --=20 > > 2.45.2 >=20 > please apply. will apply thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. -- Plato --7QAqM1DfIDVlQc0I Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZqVt6gAKCRBhHseHBAsP qzezAKCVP9eaJjtEIPwschgVUm0ClNa0iQCfVdJfl/s5fK1nmxrLtiokJRAf/+o= =Mp0K -----END PGP SIGNATURE----- --7QAqM1DfIDVlQc0I-- --===============6373946529920616264== 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". --===============6373946529920616264==--