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 ESMTP id 5A28643BA6 for <ffmpegdev@gitmailbox.com>; Sat, 20 Aug 2022 02:15:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D713668B99E; Sat, 20 Aug 2022 05:15:13 +0300 (EEST) Received: from mail.overt.org (mail.overt.org [157.230.92.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 25F2968B98D for <ffmpeg-devel@ffmpeg.org>; Sat, 20 Aug 2022 05:15:07 +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 EE84D3F1EB for <ffmpeg-devel@ffmpeg.org>; Fri, 19 Aug 2022 21:15:05 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=overt.org; s=mail; t=1660961706; bh=dIsOcwhDyiryKAxsWaZju1QpqGz20g/xfZmKzbW61QQ=; h=Date:From:To:Subject:In-Reply-To:References:From; b=d6kkDW794onkQJlHzvD1d022AKyrYvxl5RLTYPJwBu0fM/QTZDAzmH+YWBUQyIcMp 5uTKOyYwvQRxMckVbF25dCOokQuLkvZh99sH2alzL+mELKiFnYv0NVxU2uaSvM76Yb TTQZb6T17jgRbhINXDFb9rMjJxlucTUbLfbRskzi7AS9mqgvTHVPzVcpFl1PRMSWvf 9kg0y9340Qc9A6QZVyOHUCeWdj9POYlFXg6HyEzxalQeEcURx884OUnGWkJxVzQV++ E9pPT71EY7AKt7YOmRoYIMB8ASMVMgAEUYcOzX5ceEN8dqe+GCbqo8kpnx2r6x0zKC wvW9fI0E6oQAA== Date: Fri, 19 Aug 2022 19:15:04 -0700 From: Philip Langdale <philipl@overt.org> To: ffmpeg-devel@ffmpeg.org Message-ID: <20220819191504.33a38f17@fido7> In-Reply-To: <3570ad2f-1c59-3289-4767-ccab6d121646@gmail.com> References: <20220820012404.932086-1-philipl@overt.org> <20220820012404.932086-3-philipl@overt.org> <3570ad2f-1c59-3289-4767-ccab6d121646@gmail.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 2/3] libswscale: add support for VUYX format 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org> Archived-At: <https://master.gitmailbox.com/ffmpegdev/20220819191504.33a38f17@fido7/> List-Archive: <https://master.gitmailbox.com/ffmpegdev/> List-Post: <mailto:ffmpegdev@gitmailbox.com> On Fri, 19 Aug 2022 22:37:00 -0300 James Almer <jamrial@gmail.com> wrote: > > diff --git a/tests/ref/fate/pixfmt_best b/tests/ref/fate/pixfmt_best > > index 1da1846275..783c5fe640 100644 > > --- a/tests/ref/fate/pixfmt_best > > +++ b/tests/ref/fate/pixfmt_best > > @@ -1 +1 @@ > > -74 tests passed, 0 tests failed. > > +75 tests passed, 0 tests failed. > > Shouldn't this be in patch 1/3? Indeed. Fixed in v2. Thanks! --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".