diff mbox series

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

Message ID 20220727123631.314004-1-fei.w.wang@intel.com
State New
Headers show
Series [FFmpeg-devel,v1,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 July 27, 2022, 12:36 p.m. UTC
Signed-off-by: Fei Wang <fei.w.wang@intel.com>
---
 doc/filters.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Gyan Doshi July 27, 2022, 1:14 p.m. UTC | #1
On 2022-07-27 06:06 pm, Fei Wang wrote:
> Signed-off-by: Fei Wang <fei.w.wang@intel.com>
> ---
>   doc/filters.texi | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 9c4dea9abc..47ac4dc7f4 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -26117,8 +26117,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,
s/,/.

> +higher value means lower transparency.
s/h/H

Regards,
Gyan
diff mbox series

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index 9c4dea9abc..47ac4dc7f4 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -26117,8 +26117,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