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 3791C442FA for ; Mon, 5 Sep 2022 18:07:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1822968B968; Mon, 5 Sep 2022 21:07:43 +0300 (EEST) Received: from mail.overt.org (mail.overt.org [157.230.92.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3CC3068B515 for ; Mon, 5 Sep 2022 21:07:36 +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 681873F35B; Mon, 5 Sep 2022 13:07:34 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=overt.org; s=mail; t=1662401254; bh=Okxr22q3hGRzfJl5JwQiXfwQcLajmapYshS8P/RBHhw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=loR+EfFkFiqTrAz//IFDHV/9Vhi+Ug3ozlx4sN81AZqoWkTa7Z+Otc6CAql9aEQiq GfrDgpGGdxfxj3ZqlZt9hGE9xNnX53ii7G7ajWRnwMP63DR+SLnH+OMz2oAULqjNSc e6Rqs1EK59fzSUfmpvDFF2DwJrraVJzwkmVK//wOYXQmrSWHBlN33/gwmvVV5fJDSh tpVH1aYnIU+XETtob7vDDEKH+PEwQWI6A9925BCFaEYav+zIMDYecv52oE4obn1lqQ vfcGjrd4ABDgn99QOsbfCbJXFcYwc/3yaRhsMEjiOCmvSDcSPNx1AoZUDtCw/mGKZA +askoWOeF1v9g== Date: Mon, 5 Sep 2022 11:07:30 -0700 From: Philip Langdale To: "Xiang, Haihao" Message-ID: <20220905110730.0e55fc0b@fido7> In-Reply-To: <45c92b368551776c752db244e6cfcbef34a8b262.camel@intel.com> References: <20220905051430.218289-1-philipl@overt.org> <20220905051430.218289-2-philipl@overt.org> <45c92b368551776c752db244e6cfcbef34a8b262.camel@intel.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 1/4] swscale/input: add support for XV36LE 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 Cc: "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" Archived-At: List-Archive: List-Post: On Mon, 5 Sep 2022 08:40:28 +0000 "Xiang, Haihao" wrote: > On Sun, 2022-09-04 at 22:14 -0700, Philip Langdale wrote: > > Signed-off-by: Philip Langdale > > --- > > libswscale/input.c | 25 +++++++++++++++++++++++++ > > libswscale/utils.c | 1 + > > 2 files changed, 26 insertions(+) > > > > Patchset LGTM. You have another patchset for output, right? > > Thanks > Haihao > Eventually. I still need to write it. --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".