diff mbox series

[FFmpeg-devel,v2,1/2] doc/filters: correct description of overlay_vaapi

Message ID 20220805061119.812692-1-fei.w.wang@intel.com
State Accepted
Commit 4e0686df390908e8fb8fc0c4ef50252626c3c656
Headers show
Series [FFmpeg-devel,v2,1/2] doc/filters: correct description of overlay_vaapi | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Wang, Fei W Aug. 5, 2022, 6:11 a.m. UTC
Signed-off-by: Fei Wang <fei.w.wang@intel.com>
---
update:
1. refine commit message and content in doc file.

 doc/filters.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Philip Langdale Aug. 6, 2022, 3:23 a.m. UTC | #1
On Fri,  5 Aug 2022 14:11:18 +0800
Fei Wang <fei.w.wang-at-intel.com@ffmpeg.org> wrote:

> Signed-off-by: Fei Wang <fei.w.wang@intel.com>
> ---
> 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
diff mbox series

Patch

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