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 EE6F84861A for ; Thu, 11 Jan 2024 13:08:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F421C68D026; Thu, 11 Jan 2024 15:08:07 +0200 (EET) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6E7A468CD2D for ; Thu, 11 Jan 2024 15:08:01 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 8F7A6FF80E for ; Thu, 11 Jan 2024 13:08:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1704978480; 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=WP3dbVDkzxvg9p6aCPLkeNaglUsorcMmjmckwj3tTO0=; b=ISVqV3BiFPwuTkL8r8fmGmfbUmsIZLpuOWgCC1x85H96V3YbtB+k4udUOa3KaKzaWUgHPf 1H6Yy/VX0LxHfWZEhPgG7QmU0ZKT+H6vl9F8NMTE4BiAwQ6oBjvsY5SSPWyNb7WGeXsn2B +8zZBbRJRUV9b0DPD/N7vaeUisp2YmkGX1rko9yqRAfyDzm59iHCPeSKFb7bRtq5js2fRs 1Z8xet5ovhCyXnyvUIQT6AWrZBG7XURmE/1I2E/mC87U1TV6rJn2RC7VsU53Nf2wMT5npZ m3GL16cXncaSQnEl7vRrvqA18jOSCxWEH3DJD7lqt+xnim78MveTELXLI3j6SQ== Date: Thu, 11 Jan 2024 14:07:59 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240111130759.GX6420@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 2/4] avformat/psxstr: fix demuxing I/O error at EOF 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="===============7249740757785678208==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7249740757785678208== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="F3VHTC1qhM9Kgx2+" Content-Disposition: inline --F3VHTC1qhM9Kgx2+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 02, 2024 at 02:52:11AM +0000, aybe aybe wrote: > This second patch fixes the following error at the end of a .STR stream c= onversion: >=20 > [in#0/psxstr @ 0000000000681e80] Error during demuxing: I/O error >=20 > It's been a bit of trial and error as I've never used ffmpeg, but returni= ng AVERROR_EOF appears to be the way to go (doesn't complain anymore). >=20 > Signed-off-by: aybe > --- > libavformat/psxstr.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) will apply thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If a bugfix only changes things apparently unrelated to the bug with no further explanation, that is a good sign that the bugfix is wrong. --F3VHTC1qhM9Kgx2+ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZZ/oLAAKCRBhHseHBAsP q84lAJ9MfaBA4dy+mS0e43rxtSchobwkuQCgm73V3l+mGNCKUzWbvPp+t8Wo1Og= =zhxE -----END PGP SIGNATURE----- --F3VHTC1qhM9Kgx2+-- --===============7249740757785678208== 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". --===============7249740757785678208==--