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 66CB343A48 for ; Sat, 6 Aug 2022 10:30:15 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2F44768B6B6; Sat, 6 Aug 2022 13:30:12 +0300 (EEST) Received: from mail.overt.org (mail.overt.org [157.230.92.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 30EB268B4EC for ; Sat, 6 Aug 2022 13:30:06 +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 001A13F230 for ; Fri, 5 Aug 2022 22:23:03 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=overt.org; s=mail; t=1659756184; bh=tfkYhaDH7cEThQ3pu4oWr8Rc+tH6CuHeCaItkJfI7kU=; h=Date:From:To:Subject:In-Reply-To:References:From; b=Vq+RtXLJsITyqImU1i6L9B66uiK9XctJv0blYmFRcIhTaNtGtZahNHlxgDWwWgudk OAvds5nt4QCA2qPRY/bGjcMnFvTaBaBIG62HQPFHLRw/VSeLEdTdF/vvCC5jKyr44+ qA5DJ9L6plR5TT6ttBNOAR9HMsuDepSwg58fDVH6FUofu1RzNK3pARmT1P+WljQ/wh tY6SUBHVzK356VnyxZFr5RBgnSGeOIAUI6nQtTaoXOgd/b0VaB+TcLef1lBev+u0bK I1Z8fSBu6N7k/AMtWre4UDEBgNUwlSSscv5mCfStVAy7huVaOrNl01k+E4wBMO/01h +nVJwhBMPd3ZQ== Date: Fri, 5 Aug 2022 20:23:01 -0700 From: Philip Langdale To: ffmpeg-devel@ffmpeg.org Message-ID: <20220805202301.54212622@fido7> In-Reply-To: <20220805061119.812692-1-fei.w.wang@intel.com> References: <20220805061119.812692-1-fei.w.wang@intel.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v2 1/2] doc/filters: correct description of overlay_vaapi 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 Fri, 5 Aug 2022 14:11:18 +0800 Fei Wang wrote: > Signed-off-by: Fei Wang > --- > update: > 1. refine commit message and content in doc file. > > doc/filters.texi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/filters.texi b/doc/filters.texi > index 4a5412c91d..a66b750d57 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -26168,8 +26168,8 @@ Set the height of the overlaid video on the > main video. Default value is the height of input overlay video. > > @item alpha > -Set blocking detection thresholds. Allowed range is 0.0 to 1.0, it > -requires an input video with alpha channel. > +Set transparency of overlaid video. Allowed range is 0.0 to 1.0. > +Higher value means lower transparency. > Default value is @code{0.0}. > > @end table LGTM --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".