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 2C56643A40 for ; Sun, 7 Aug 2022 00:21:24 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 238D568B5AE; Sun, 7 Aug 2022 03:21:22 +0300 (EEST) Received: from mail.overt.org (mail.overt.org [157.230.92.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 471BD68AD40 for ; Sun, 7 Aug 2022 03:21:15 +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 05E323F71C for ; Sat, 6 Aug 2022 19:21:12 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=overt.org; s=mail; t=1659831673; bh=s4dVW9lzwuQC6GM2sfQZTeyja3CmA4eNcZcfXVMEJgw=; h=Date:From:To:Subject:In-Reply-To:References:From; b=iw+f2kcoT51Aynh5NZidrvwuT9Ux3StlgW84MERDfyq7IR/mTyrJsLD5rDl+GQE14 3uXoM50boGW2mtlkmKK5THrnWI5LOO+0kFQ3/YAGBB3HOh+uFuUGUYKybwBmnPwOqf +6sS6gP+nmp/zbE+iFUf2xyv63UGjt0hSnm5d32jzqBYrV7FHuBT+ouSrBEExSsmyy mxrKnbD5hFma4Gn3cB6B++zdAVhOD5ypr7GyJoeO/gzDO+BwOBmzRT8SFps3jWsB17 dOv1EdtHuv8B4KctMTAGsh3mzqaYQYwCBz1jDsUqlaoYd5YS7lRhMvueKQff2+6x8C 2SjisRS4IdWrA== Date: Sat, 6 Aug 2022 17:21:10 -0700 From: Philip Langdale To: ffmpeg-devel@ffmpeg.org Message-ID: <20220806172110.636fea2c@fido7> In-Reply-To: <20220806234851.54869-1-jamrial@gmail.com> References: <20220806234851.54869-1-jamrial@gmail.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] swscale/output: add VUYA output support 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, 6 Aug 2022 20:48:51 -0300 James Almer wrote: > Signed-off-by: James Almer > --- > libswscale/output.c | 57 > ++++++++++++++++++++++++ libswscale/utils.c | > 2 +- tests/ref/fate/filter-pixdesc-vuya | 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 + > 14 files changed, 70 insertions(+), 1 deletion(-) > create mode 100644 tests/ref/fate/filter-pixdesc-vuya Tested and worked for me. --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".