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 ESMTPS id 14FD7497F0 for ; Tue, 21 Jan 2025 01:52:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6FEDA68AF1F; Tue, 21 Jan 2025 03:52:30 +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 DD87E689E84 for ; Tue, 21 Jan 2025 03:52:23 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 053E160002 for ; Tue, 21 Jan 2025 01:52:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1737424343; 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=iqjtaGHx79vvJbwIiAm1TGKue14RBC7j0nPnBh/9pqA=; b=oos0Su5YDq0GCTSsLWwBotaZpNhstrIyMffSC/kMRuqUuWCm1cTfveb3Zg855QfKSudsTe 6S3pa300lXYUMtnzrsrVcci9o0bcwxKwxNNt7UR5kcpKCfnRVzR7qSzJ/kP5+wQurfqguQ AZEPirVkxUb+zopURXrjDyzgaFABVls2k+xQTxCZxi5o7CbOomoHCTmhqsS2JLXyJgKJvy rKpm9zihJglSH4DA0yLLfrcsOKIh5EMwpfZFPVX6PjmOdrAybXK/C17+z5eo6exyQspffp aQrs10l/96n8Ts4Djmzo66pZ0kGETM5KqCt85O7eYexI1q0sHC/khVr/KkDacg== Date: Tue, 21 Jan 2025 02:52:21 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250121015221.GD4991@pb2> References: <20250118050001.1809058-1-michael@niedermayer.cc> <20250118050001.1809058-2-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20250118050001.1809058-2-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 2/4] avcodec/ffv1enc: dont reset version 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="===============8761739071622959829==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8761739071622959829== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wVBkFfOTZ5ZSYeev" Content-Disposition: inline --wVBkFfOTZ5ZSYeev Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi On Sat, Jan 18, 2025 at 05:59:58AM +0100, Michael Niedermayer wrote: > resetting the version causes any previously set values to be disregarded >=20 > Signed-off-by: Michael Niedermayer > --- > libavcodec/ffv1enc.c | 1 - > 1 file changed, 1 deletion(-) will apply this (bugfix?) and the combined_version patch (which is just a simplification) [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is what and why we do it that matters, not just one of them. --wVBkFfOTZ5ZSYeev Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ4791QAKCRBhHseHBAsP q+4XAJ0ew+S97Dsd5MDI8ldjtYDqoSOeEwCgilnEpkIKCMRO2jCkAuGzbcuBslE= =CKk4 -----END PGP SIGNATURE----- --wVBkFfOTZ5ZSYeev-- --===============8761739071622959829== 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". --===============8761739071622959829==--