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 7AAED49A48 for ; Wed, 27 Mar 2024 20:09:01 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D3F4268D6B9; Wed, 27 Mar 2024 22:08:58 +0200 (EET) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8AD6668D24A for ; Wed, 27 Mar 2024 22:08:52 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id CFC191BF205 for ; Wed, 27 Mar 2024 20:08:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1711570132; 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=5uBo8aBvp2jJeJeoY6BmZhyV8I/YfGQ/jK7fedI5sAQ=; b=KZ5BvroINMJrbSihRRG9hRxNIIlWwHnGVIQcvKpzSmPl2g3k3MxbW18ELaHlgsQ8LRL3If Utpf57QvwOX4kGANXl7muwt4H7yuok2ejiykpgtivcYekKv+NEW9OIhpPlRapQwX9rUkgx YMw0SqlHIJX6R7XWzGvy3tQ442KNKYjaiFPF6FsD3EXxj0aFSdgbEr4mG4ByEJJhYvrEoT lm1w+cJ7leELu0hBzBxNOO+l7faLDQe+swmeYlMYUQZz8s7gKSgnLzaMx6EZT8zOEzab9h stxC4mbnsQR7//G8WrKBpDARZLkS6DASTS5aeRG9Z70r2HiXV1K7Vfa+goKRLg== Date: Wed, 27 Mar 2024 21:08:50 +0100 From: Michael Niedermayer To: ffmpeg-devel@ffmpeg.org Message-ID: <20240327200850.GF2460414@pb2> References: <20220708130635.9A6F4410506@natalya.videolan.org> MIME-Version: 1.0 In-Reply-To: <20220708130635.9A6F4410506@natalya.videolan.org> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec/aacdec: fix parsing of dual mono files 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="===============6401425969927349232==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6401425969927349232== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="QWpDgw58+k1mSFBj" Content-Disposition: inline --QWpDgw58+k1mSFBj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 08, 2022 at 01:06:34PM +0000, James Almer wrote: > ffmpeg | branch: master | James Almer | Tue Jul 5 12= :49:29 2022 -0300| [f9785a78da117be0c66f6d5d58ce7277c7029ae7] | committer: = James Almer >=20 > avcodec/aacdec: fix parsing of dual mono files >=20 > Dual mono files report a channel count of 2 with each individual channel = in its > own SCE, instead of both in a single CPE as is the case with standard ste= reo. > This commit handles this non default channel configuration scenario. >=20 > Fixes ticket #1614 >=20 > Signed-off-by: James Almer >=20 > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=3Dcommit;h=3Df9785a78d= a117be0c66f6d5d58ce7277c7029ae7 > --- >=20 > libavcodec/aacdec_template.c | 15 +++++++++------ > 1 file changed, 9 insertions(+), 6 deletions(-) This breaks: =2E/ffplay ~/tickets/513/Nero%20032%20kbps%20CBR-HE.mp4 should i reopen the ticket ? thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Homeopathy is like voting while filling the ballot out with transparent ink. Sometimes the outcome one wanted occurs. Rarely its worse than filling out a ballot properly. --QWpDgw58+k1mSFBj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZgR8zwAKCRBhHseHBAsP qyVQAJ9dr5lC5rtPZqpwERFYn41Mm6n8ZACghWvcq895CQU9IoZhjIFU/bdgIsk= =PIjF -----END PGP SIGNATURE----- --QWpDgw58+k1mSFBj-- --===============6401425969927349232== 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". --===============6401425969927349232==--