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 065F14C1FB for ; Fri, 2 May 2025 20:08:22 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 81BCE68AEB1; Fri, 2 May 2025 23:08:17 +0300 (EEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B383F687D43 for ; Fri, 2 May 2025 23:08:10 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 1A9AC440DD for ; Fri, 2 May 2025 20:08:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1746216490; 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=Qf1BGVzTl2uGbD3RuekEUJD4/VVmllFFUBufaJsjP3k=; b=OxXJLzN4zrh/69NKpFxGBNkmRBR2cawTuhQrxsvpg+JL5G2Sl/QzSiq67lTDahzDu68hi7 jZWyRQ5xR9sI3q3eaSuSVvKr4RHL8mksLxA0uKRzvQPaNDNbb4U/fsYiIOL7cTZYvf+cnQ RQA51Mn3r9mvqSqlSazp0ZJSe3NfryUCYfoJewMpozoXxxltNlM1Wq6l0SPIzUv5hjSQ/O SktDIWYUtu03a7UzPV9qhVTMg5weo/zrULwzV1gLjvgclrG7HBNI2qRuZufQPEWsLc0Ydv rSI0FtfxCpVxD3oUy6yN16DGwAmYyj8f4xtqc4xIvBD+wSLYsRozO6nWg2JJpw== Date: Fri, 2 May 2025 22:08:09 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250502200809.GB4991@pb2> References: <1746014967-14217-1-git-send-email-t.rapp@noa-archive.com> <64c6eeed-b1af-4625-936f-605311fd5810@noa-archive.com> MIME-Version: 1.0 In-Reply-To: <64c6eeed-b1af-4625-936f-605311fd5810@noa-archive.com> X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvjeeffeejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdduhedmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeeigeektdejudffjefhteegjedtgeettefggedthfejgfevhfetgeekjedtvdfhveenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_setparams: Fix chroma_location being cleared 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="===============6167753763542460932==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6167753763542460932== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2plTmZbGJgIgGIGb" Content-Disposition: inline --2plTmZbGJgIgGIGb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 30, 2025 at 02:56:58PM +0200, Tobias Rapp wrote: > On 30/04/2025 14:09, Tobias Rapp wrote: >=20 > > Fix chroma_location being cleared by setrange and setfield filters. > > This was forgotten in 201f1cba150d44de6fedfeee4e8647170ed5fbca. > >=20 > > Signed-off-by: Tobias Rapp > > --- > > libavfilter/vf_setparams.c | 2 ++ > > 1 file changed, 2 insertions(+) > >=20 > > diff --git a/libavfilter/vf_setparams.c b/libavfilter/vf_setparams.c > > index 751750e..1e37876 100644 > > --- a/libavfilter/vf_setparams.c > > +++ b/libavfilter/vf_setparams.c > > @@ -236,6 +236,7 @@ static av_cold int init_setrange(AVFilterContext *c= tx) > > s->color_primaries =3D -1; > > s->color_trc =3D -1; > > s->colorspace =3D -1; > > + s->chroma_location =3D -1; > > return 0; > > } > > @@ -272,6 +273,7 @@ static av_cold int init_setfield(AVFilterContext *c= tx) > > s->color_primaries =3D -1; > > s->color_trc =3D -1; > > s->colorspace =3D -1; > > + s->chroma_location =3D -1; > > return 0; > > } >=20 > If approved, I would also like to backport the fix to the release/7.1 > branch. backport ok 201f1cba150d44de6fedfeee4e8647170ed5fbca is niklas change so, give him a bit time to reply but it looks like this was forgotten i agree thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Elect your leaders based on what they did after the last election, not based on what they say before an election. --2plTmZbGJgIgGIGb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaBUmJgAKCRBhHseHBAsP q7yYAJsE9zL9Bh7nzgxks495/KaqaGddJgCggZow6WFpP/S0a0LSlqON3/3WcVE= =pSXD -----END PGP SIGNATURE----- --2plTmZbGJgIgGIGb-- --===============6167753763542460932== 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". --===============6167753763542460932==--