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 9D18C43F05 for ; Sat, 17 Sep 2022 21:29:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1B01F68BB00; Sun, 18 Sep 2022 00:29:40 +0300 (EEST) Received: from mail.overt.org (mail.overt.org [157.230.92.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 802C668B8DE for ; Sun, 18 Sep 2022 00:29:33 +0300 (EEST) Received: from authenticated-user (mail.overt.org [157.230.92.47]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mail.overt.org (Postfix) with ESMTPSA id D35CC3FB20 for ; Sat, 17 Sep 2022 16:29:31 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=overt.org; s=mail; t=1663450172; bh=rA8fMYyUuRTB0q9/ZiwfFFw6UT1MKpHJ/jiPdcjhFRc=; h=Date:From:To:Subject:In-Reply-To:References:From; b=tYn29kP3Vc+D3xiE/woWzbjV+jEsQ5saUdT73AeR6fWQ9LsNtoIHK53DZrO2VRahA pUp5/18uVNn4evINga5LRx0dRAQYFHR3cNkn1gOE7w6Ygu5zu+SuThKfs46z1/CHTS rNZ+Z7SCkelhO8hNOW4MRck2ti3NS3DmlpO10/WztR3nVl79ZeqI3XYEbOds14fZUp eYckAKsLTlxjiYVUJHrgcGAV7FT+k8GyOoTGpOznpHU+37j9hMpRH99IB/JqMyscGF G0LCGhbGd4Pj0TCbpfbhMmEk6gpc3dq+CZYJwGbSHcYGHxspc078RGdrV6yOGLsNoX xI38sbbB7GScg== Date: Sat, 17 Sep 2022 14:29:29 -0700 From: Philip Langdale To: ffmpeg-devel@ffmpeg.org Message-ID: <20220917142929.3c76e07a@fido7> In-Reply-To: <20220917191337.GH2088045@pb2> References: <20220917014406.43508-1-philipl@overt.org> <20220917191337.GH2088045@pb2> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v4] lavu/pixdesc: favour formats where depth and subsampling exactly match 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: On Sat, 17 Sep 2022 21:13:37 +0200 Michael Niedermayer wrote: > > --- > > libavutil/pixdesc.c | 31 +++++++- > > libavutil/pixdesc.h | 15 ++-- > > libavutil/tests/pixfmt_best.c | 129 > > +++++++++++++++++++++++++++++----- tests/ref/fate/pixfmt_best | > > 2 +- 4 files changed, 150 insertions(+), 27 deletions(-) > > should be ok > > thx > Thanks! I justed posted a v5 which has the updated fate reference but no functional changes. Will push that one. --phil _______________________________________________ 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".