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 8082748A94 for ; Sat, 27 Jul 2024 11:17:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9A91C68D2B0; Sat, 27 Jul 2024 14:17:22 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 87F2F68B735 for ; Sat, 27 Jul 2024 14:17:15 +0300 (EEST) Received: from 7ba90722f570c2b0104f5b8afe4fa274 ([1.152.156.76]) (authenticated (0 bits)) by mx.sdf.org (8.18.1/8.14.3) with ESMTPSA id 46RBH7i5007117 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Sat, 27 Jul 2024 11:17:11 GMT Date: Sat, 27 Jul 2024 21:17:01 +1000 From: Peter Ross To: FFmpeg development discussions and patches Message-ID: Mail-Followup-To: FFmpeg development discussions and patches References: <20240726210832.288597-1-michael@niedermayer.cc> <20240726210832.288597-3-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240726210832.288597-3-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="===============5150504366300405863==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5150504366300405863== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KYuN9hRNc45JXNIq" Content-Disposition: inline --KYuN9hRNc45JXNIq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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(AVCodecContext = * 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 please apply. -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --KYuN9hRNc45JXNIq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCZqTXKgAKCRBnYHnFrEDd a99XAKC1CMpoEoIofSjIATrbkPorLCBATACbBtc2pdcDRdaqdTJWW8wGZ71m+Wc= =Av44 -----END PGP SIGNATURE----- --KYuN9hRNc45JXNIq-- --===============5150504366300405863== 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". --===============5150504366300405863==--