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 5D576494C5 for ; Sun, 11 Feb 2024 23:04:06 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5A54368D12E; Mon, 12 Feb 2024 01:04:05 +0200 (EET) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B299468CCAE for ; Mon, 12 Feb 2024 01:03:58 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 1826960005 for ; Sun, 11 Feb 2024 23:03:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1707692638; 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=lPN+GZLAwTl1matKoxz7nLbr+Q20ab1W1b//QDHTLUg=; b=D2mPaEkdXbel0L3r5qTIkLqRkoWuNzR18CbCXe6fGaRlwakzoY2YfB/uk/w+LOPyY4iVa2 b/jhjiZIMaIDfT+5nzhu5Gb05QJtRjOptYqUu7ZYoiRU7zenidcypjtV+TAfA4bR2DXXYv mI1DD6UiaSOjtRSyMXOTeQBCb15G/CaJHsLax/Izo0HxkbyKSla4TUQe4S4nLiZprxKUto O13yF7uQ60YeRPRwXIC0QrVsdUZo3E2WZPdkDRFn28jBIcsqrpafXeB72PK0EexMlZhmFB hY2Fao/El22NW+UNUbHTw+MoyMmdkVM1PKx4IdJR142cZVjBo0mwyHM8Ivb8TA== Date: Mon, 12 Feb 2024 00:03:57 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240211230357.GZ6420@pb2> References: <20240205025823.4259-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240205025823.4259-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/2] avcodec/ac3enc_template: add fbw_channels assert 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="===============3685960640952369087==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3685960640952369087== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="39oqDbbj4hD6LpH7" Content-Disposition: inline --39oqDbbj4hD6LpH7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 05, 2024 at 03:58:22AM +0100, Michael Niedermayer wrote: > fbw_channels must be > 0 as teh code is only run if cpl_enabled is set an= d that requires mode >=3D AC3_CHMODE_STEREO >=20 > CID 718138 Uninitialized scalar variable > assumes this assert to be false >=20 > Signed-off-by: Michael Niedermayer > --- > libavcodec/ac3enc_template.c | 2 ++ > 1 file changed, 2 insertions(+) will apply [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I am the wisest man alive, for I know one thing, and that is that I know nothing. -- Socrates --39oqDbbj4hD6LpH7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZclSXQAKCRBhHseHBAsP q2WIAKCNJzgZDPuQprEM9GiKyHKVn4VVHQCfXrP1iaqL12PQunKtmC0sY4OQmZE= =/PVq -----END PGP SIGNATURE----- --39oqDbbj4hD6LpH7-- --===============3685960640952369087== 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". --===============3685960640952369087==--