From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <ffmpeg-devel-bounces@ffmpeg.org> Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 76FD84DDC4 for <ffmpegdev@gitmailbox.com>; Fri, 25 Apr 2025 13:40:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0DFAF687DB8; Fri, 25 Apr 2025 16:40:27 +0300 (EEST) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D5A00687C56 for <ffmpeg-devel@ffmpeg.org>; Fri, 25 Apr 2025 16:40:20 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id DB09C439FB for <ffmpeg-devel@ffmpeg.org>; Fri, 25 Apr 2025 13:40:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1745588420; 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=8GO/TGjtXC/+h3C7pJHzURsAfQMjPJyDmQS/InpSr1A=; b=o4hcs6N11uasnsVOMkbiyljkUXFhB3FS8VGmGj8SXHFGmhlOH3pSldXf0Xc8DrKCb/Mcq2 DCfGDoYtMysFg4js8qMcTYDfO/Cswr2bEuxNUwE/+hkytGHMJc4AEe8slmvwS+dHWpLM+A Bf7wRtFMrTM0sBBMmD2lvMjXZe0q/a4dXCmmb1qQZXHmYlyHrWN85mo1rvBxz3QSNBer85 yDSMlndc9EhAleZgBVqQf8W/owQ4Bdt6vonjMqibeo6iqABSWuDzUDr6zHLGkpAwGQT0qC De2FEH9C99MIH/d/6J40UMt1rF57WJ4yUoq7PhR/7AzdXgT5iqZZd+WJ836KIA== Date: Fri, 25 Apr 2025 15:40:19 +0200 From: Michael Niedermayer <michael@niedermayer.cc> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Message-ID: <20250425134019.GV4991@pb2> References: <20250423005155.5448-1-pkoshevoy@gmail.com> MIME-Version: 1.0 In-Reply-To: <20250423005155.5448-1-pkoshevoy@gmail.com> X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvhedvgeekucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdeftddmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeeigeektdejudffjefhteegjedtgeettefggedthfejgfevhfetgeekjedtvdfhveenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avformat/mpegts: update stream info when PMT ES stream_type changes X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches <ffmpeg-devel.ffmpeg.org> List-Unsubscribe: <https://ffmpeg.org/mailman/options/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=unsubscribe> List-Archive: <https://ffmpeg.org/pipermail/ffmpeg-devel> List-Post: <mailto:ffmpeg-devel@ffmpeg.org> List-Help: <mailto:ffmpeg-devel-request@ffmpeg.org?subject=help> List-Subscribe: <https://ffmpeg.org/mailman/listinfo/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=subscribe> Reply-To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Content-Type: multipart/mixed; boundary="===============0088866928644570512==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org> Archived-At: <https://master.gitmailbox.com/ffmpegdev/20250425134019.GV4991@pb2/> List-Archive: <https://master.gitmailbox.com/ffmpegdev/> List-Post: <mailto:ffmpegdev@gitmailbox.com> --===============0088866928644570512== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="gwx8rUtpsWdb7vH8" Content-Disposition: inline --gwx8rUtpsWdb7vH8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 22, 2025 at 06:51:55PM -0600, Pavel Koshevoy wrote: > I have a couple of .ts captures where video and audio codec changes > even though the PMT version does not change and the PIDs stay the same. >=20 > I've updated fate ts-demux expected results. > --- > libavformat/mpegts.c | 2 +- > tests/ref/fate/ts-demux | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) please send a link to a git repo or base64 encoded attachment the long line in the patch causes problems: Applying: avformat/mpegts: update stream info when PMT ES stream_type chang= es error: corrupt patch at line 38 error: could not build fake ancestor thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Frequently ignored answer#1 FFmpeg bugs should be sent to our bugtracker. U= ser questions about the command line tools should be sent to the ffmpeg-user ML. And questions about how to use libav* should be sent to the libav-user ML. --gwx8rUtpsWdb7vH8 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaAuQvQAKCRBhHseHBAsP q96CAJ4sH0u96Ir9QX+IQM+oH9ICoPv+CwCfSn+21+JjTI4xSbIysv/ret5gRcw= =ywW+ -----END PGP SIGNATURE----- --gwx8rUtpsWdb7vH8-- --===============0088866928644570512== 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". --===============0088866928644570512==--