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 9616F4025A for ; Sat, 20 Aug 2022 01:37:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6AE3368B96F; Sat, 20 Aug 2022 04:37:11 +0300 (EEST) Received: from mail-vs1-f54.google.com (mail-vs1-f54.google.com [209.85.217.54]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A845C68AD40 for ; Sat, 20 Aug 2022 04:37:04 +0300 (EEST) Received: by mail-vs1-f54.google.com with SMTP id k2so6065710vsk.8 for ; Fri, 19 Aug 2022 18:37:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc; bh=h82u1ZsxC3Xm9Erl9bUkzvJJ3aeUoPzoayx1A0nXm2E=; b=nMYPVJq8R1vD8RNlMogwWt14i/mSD9pVVb1H+mhkg6xFPWjU0zL1mg9eqThlYIkXrC d+P4qqumbYw7NGHU1APq+WEbkaQfTOZtzWfFamo/j6tnSsLIw/N9UlFE3lmVmAiuejIX IVRD6u38BfK1TmFolFi68tQAwWpe7cUHvX4AyJ45CrBH+jVjq5TNZTluJq/NpuIRwurR Q2rkLbnwkiMgUOWYDajyG5UfW0n0q0kER/4EjnMgmJ7jEHRZEuRHp6Yds9s+grrJuagN KzgBcdXcSQQK0nCC+1VVG4QiAdKiS0r2kyyZHS22WNpPA8xGl/NDIpbNpOSkVl69KyY+ GFiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=h82u1ZsxC3Xm9Erl9bUkzvJJ3aeUoPzoayx1A0nXm2E=; b=6lf7tY2SNZcwmJTJZH6GBv53oto5P8PvhPgrSMhQb52LJK7dKYY3+Aak9amzmUpzf8 DgiAS5QwdXyk3xpL+/maDfCUMj3Vpi0ijqYDiYDKpEoxllCwBwO/ybtV9RWvSV8fJPXc kmax9fKdJn2ltIQBSJL/onpTYL/17RXBVCkjanzHbTL13wIILe5ZTynDXX/gxE2t3t9T YK7ZLlzYkOnMpKbC+P5plI/olipmCZ67PzWY8s1t0oBK0kyz1eIoFfZflLi66gV597Rc is1auqcTTjYKltq+uEz8iEu1+3+gkwz1HIzSt8hYoviivDj64CxIDAEge5whfIz9uvle +wJw== X-Gm-Message-State: ACgBeo3eHmVyuD9C/cgyoFPh86I0j+RPd+9JfqRcNGKN9pBlTFiYFPrU yoLC0CgopFmaxaCWVdBTwAxFqn1liHE= X-Google-Smtp-Source: AA6agR7DwkdQDi3ft1/hUHWt6SOKKzhGGWg7uJerJsVapvtrQVLJ+NXCuDAxmENX3mg1OSMSVkSgsA== X-Received: by 2002:a67:c215:0:b0:387:21f6:282a with SMTP id i21-20020a67c215000000b0038721f6282amr4050485vsj.30.1660959422547; Fri, 19 Aug 2022 18:37:02 -0700 (PDT) Received: from [192.168.0.13] ([191.97.187.183]) by smtp.gmail.com with ESMTPSA id x28-20020a056102091c00b0038c9c37fb92sm3256753vsh.15.2022.08.19.18.37.01 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 19 Aug 2022 18:37:01 -0700 (PDT) Message-ID: <3570ad2f-1c59-3289-4767-ccab6d121646@gmail.com> Date: Fri, 19 Aug 2022 22:37:00 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220820012404.932086-1-philipl@overt.org> <20220820012404.932086-3-philipl@overt.org> From: James Almer In-Reply-To: <20220820012404.932086-3-philipl@overt.org> 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 8/19/2022 10:24 PM, Philip Langdale wrote: > As we already have support for VUYA, I figured I should do the small > amount of work to support VUYX as well. That means a little refactoring > to share code. > > Signed-off-by: Philip Langdale > --- > libswscale/input.c | 10 ++++--- > libswscale/output.c | 35 +++++++++++++++++++++--- > libswscale/utils.c | 1 + > tests/ref/fate/filter-pixdesc-vuyx | 1 + > tests/ref/fate/filter-pixfmts-copy | 1 + > tests/ref/fate/filter-pixfmts-crop | 1 + > tests/ref/fate/filter-pixfmts-field | 1 + > tests/ref/fate/filter-pixfmts-fieldorder | 1 + > tests/ref/fate/filter-pixfmts-hflip | 1 + > tests/ref/fate/filter-pixfmts-il | 1 + > tests/ref/fate/filter-pixfmts-null | 1 + > tests/ref/fate/filter-pixfmts-pad | 1 + > tests/ref/fate/filter-pixfmts-scale | 1 + > tests/ref/fate/filter-pixfmts-transpose | 1 + > tests/ref/fate/filter-pixfmts-vflip | 1 + > tests/ref/fate/pixfmt_best | 2 +- > 16 files changed, 51 insertions(+), 9 deletions(-) > create mode 100644 tests/ref/fate/filter-pixdesc-vuyx > [...] > 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? _______________________________________________ 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".