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 64BD9473A6 for ; Tue, 4 Jun 2024 00:16:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 91AC268D6A9; Tue, 4 Jun 2024 03:16:39 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D4EEE68D337 for ; Tue, 4 Jun 2024 03:16:32 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 1D39A20002 for ; Tue, 4 Jun 2024 00:16:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1717460192; 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=EnwUOAaR0phTzg0+lqC8rytB35szudGjCGTKho3FuCc=; b=g5Ulsq8YuLK6V5lPMCjhwUq80u+WmXn9D0RJ6xZN23AodEnJPOyONN2A4bIj8badBpMuJO g2v6m+tLT5qi/ZHTbi0OuoIQmg+r5KZ7M91VsSgXtZiU5bWvmzeswyjZJNGqQBVVTbvemY OCUCsZRvGdAja2l6h7DYn7zkLQwXrdY77lUmObBOyxYwNdJAWvdMaJq+996M8RTtD70wVX Y6JDONAx/2yzNJxcYJDBJ/oRHWbgOjVeAs7ziYMhZSoMV+MZGcB1nLtgrfVugk0Pw2z7b6 MvPZirzRZLnZG4aM/sim1F7iUczzARSisyoKKUrRLs1FHgzLeteDPJkkktPlAQ== Date: Tue, 4 Jun 2024 02:16:30 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240604001629.GE2821752@pb2> References: <20240603102534.1134995-1-hiccupzhu@gmail.com> MIME-Version: 1.0 In-Reply-To: <20240603102534.1134995-1-hiccupzhu@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avformat/demux: fix pcm read too much when call find_stream_info 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="===============6475604694670251784==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6475604694670251784== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="G+QafMOtP06Swj/I" Content-Disposition: inline --G+QafMOtP06Swj/I Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2024 at 06:25:34PM +0800, Shiqi Zhu wrote: > Signed-off-by: Shiqi Zhu > --- > libavformat/demux.c | 2 ++ > tests/ref/seek/lavf-al | 4 ++-- > tests/ref/seek/lavf-ul | 4 ++-- > 3 files changed, 6 insertions(+), 4 deletions(-) breaks fate --- ./tests/ref/fate/gapless-mp3 2024-06-04 00:45:51.981958561 +0200 +++ tests/data/fate/gapless-mp3 2024-06-04 02:15:01.740935194 +0200 @@ -1,5 +1,5 @@ d7e884aea266b63f1547f1ad10188c08 *tests/data/fate/gapless-mp3.out-1 c96c3ae7bd3300fd2f4debac222de5b7 -75bc539914297a191f40af2d737d7380 *tests/data/fate/gapless-mp3.out-2 -c96c3ae7bd3300fd2f4debac222de5b7 -ab21e0bd0c2d84426153d4cde919a1e3 *tests/data/fate/gapless-mp3.out-3 +b3c8c3d1ed0bf2b131cea783991cc4c3 *tests/data/fate/gapless-mp3.out-2 +6af69aebf2e5e5439ada6b0cf98dfca0 +b3c8c3d1ed0bf2b131cea783991cc4c3 *tests/data/fate/gapless-mp3.out-3 Test gapless-mp3 failed. Look at tests/data/fate/gapless-mp3.err for detail= s. make: *** [tests/Makefile:311: fate-gapless-mp3] Error 1 thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I know you won't believe me, but the highest form of Human Excellence is to question oneself and others. -- Socrates --G+QafMOtP06Swj/I Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZl5c0gAKCRBhHseHBAsP q7wZAKCZD3aI7Xc96Ror9DQhl0bvrE7h/ACeNTTSGxNr69OhIj018EFqSH34pWM= =RWmf -----END PGP SIGNATURE----- --G+QafMOtP06Swj/I-- --===============6475604694670251784== 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". --===============6475604694670251784==--