diff mbox series

[FFmpeg-devel,1/2] doc/filters: Update commands doc for amix

Message ID 20210507130334.31002-1-mypopydev@gmail.com
State Accepted
Commit d5e575ef6a30dfbfa74bc74f18932c03106dc0d2
Headers show
Series [FFmpeg-devel,1/2] doc/filters: Update commands doc for amix | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Jun Zhao May 7, 2021, 1:03 p.m. UTC
From: Jun Zhao <barryjzhao@tencent.com>

commit 95b854dd06 "rename sum option to normalize" missed command
part docs

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
---
 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gyan Doshi May 10, 2021, 2:10 p.m. UTC | #1
On 2021-05-07 18:33, Jun Zhao wrote:
> From: Jun Zhao <barryjzhao@tencent.com>
>
> commit 95b854dd06 "rename sum option to normalize" missed command
> part docs
>
> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> ---
>   doc/filters.texi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index b405cc5dfb..3d5aa8e8ef 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -1947,7 +1947,7 @@ by this filter if this option is disabled. By default is enabled.
>   This filter supports the following commands:
>   @table @option
>   @item weights
> -@item sum
> +@item normalize
>   Syntax is same as option with same name.
>   @end table
>   

LGTM.
mypopy@gmail.com May 11, 2021, 5:05 a.m. UTC | #2
On Mon, May 10, 2021 at 10:11 PM Gyan Doshi <ffmpeg@gyani.pro> wrote:
>
>
>
> On 2021-05-07 18:33, Jun Zhao wrote:
> > From: Jun Zhao <barryjzhao@tencent.com>
> >
> > commit 95b854dd06 "rename sum option to normalize" missed command
> > part docs
> >
> > Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> > ---
> >   doc/filters.texi | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/doc/filters.texi b/doc/filters.texi
> > index b405cc5dfb..3d5aa8e8ef 100644
> > --- a/doc/filters.texi
> > +++ b/doc/filters.texi
> > @@ -1947,7 +1947,7 @@ by this filter if this option is disabled. By default is enabled.
> >   This filter supports the following commands:
> >   @table @option
> >   @item weights
> > -@item sum
> > +@item normalize
> >   Syntax is same as option with same name.
> >   @end table
> >
>
> LGTM.
Will apply, thx
diff mbox series

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index b405cc5dfb..3d5aa8e8ef 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1947,7 +1947,7 @@  by this filter if this option is disabled. By default is enabled.
 This filter supports the following commands:
 @table @option
 @item weights
-@item sum
+@item normalize
 Syntax is same as option with same name.
 @end table