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 F021F42376 for ; Sat, 14 May 2022 12:16:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B10A668B3D6; Sat, 14 May 2022 15:16:00 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7FA9A68AEEF for ; Sat, 14 May 2022 15:15:54 +0300 (EEST) Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 4DAC246CCC for ; Sat, 14 May 2022 14:15:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1652530553; bh=0rLKu2nO5TA7Sns7IgPnzi7pd0avOBEUoTnvpDwGrwQ=; h=Date:From:To:Subject:In-Reply-To:References:From; b=XBJOLqtObaNO7UDqJqd1/24GGo0/4o1JWF86R2y9lePXWzPIK+rwxD1XQcznyvrF/ CEha9lKBpYTHoTrGwApOKaSMPNkWZ2UXq5JwfsepoVQm5ZmsuHPxBK2b3d7qLqol22 2tYSxely3Fzaj3PuoUYK/itnEt5lPgQM29mAs44w= Date: Sat, 14 May 2022 14:15:53 +0200 Message-ID: <20220514141553.GB111407@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: References: <20220513154208.17941-1-leo.izen@gmail.com> <20220513212245.GN396728@pb2> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH] avutil/csp: create public API for colorspace structs 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Hi, If you push the code somewhere I can take a stab at porting it to AVRational. On Fri, 13 May 2022 22:41:15 -0400 Leo Izen wrote: > On 5/13/22 17:22, Michael Niedermayer wrote: > > On Fri, May 13, 2022 at 11:42:08AM -0400, Leo Izen wrote: > >> + > >> +struct WhitepointCoefficients { > >> + double xw, yw; > >> +}; > > I think we should avoid floating point so as to ensure reproduceable > > results and simplify regerssion testing > > > > thx > This code already exists in master right now in libavfilter/colorspace, > so changing these from floats to AVRational would require a bit more > work than just a movement. > > - Leo Izen (thebombzen) > > _______________________________________________ > 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". _______________________________________________ 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".