diff mbox series

[FFmpeg-devel,V1,2/2] doc/spp: Update spp command options docs

Message ID 1579311829-24376-2-git-send-email-mypopydev@gmail.com
State Accepted
Headers show
Series [FFmpeg-devel,V1,1/2] doc/bsfs: h264_metadata: Update docs about display orientation SEI | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Jun Zhao Jan. 18, 2020, 1:43 a.m. UTC
From: Jun Zhao <barryjzhao@tencent.com>

Update spp command options docs

Suggested-by: Moritz Barsnick <barsnick@gmx.net>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
---
 doc/filters.texi |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

Comments

Gyan Doshi Jan. 18, 2020, 5:58 a.m. UTC | #1
On 18-01-2020 07:13 am, Jun Zhao wrote:
> From: Jun Zhao <barryjzhao@tencent.com>
>
> Update spp command options docs
>
> Suggested-by: Moritz Barsnick <barsnick@gmx.net>
> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> ---
>   doc/filters.texi |    3 ++-
>   1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 7f1f59b..15c7f76 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -17325,7 +17325,8 @@ This filter supports the following commands:
>   @table @option
>   @item level
>   @item quality
> -Same as quality option. And the command accepts the @code{max} same as the @code{6}.
> +Same as quality option. The command accepts the value @code{max} with the same
> +meaning as @code{6}.

Since, the two commands refer to the same parameter, it should be

     @item quality, level
     Set quality level. The value @code{max} can be used to set the 
maximum level, currently @code{6}.
>   @end table
>   
>   @section sr

Gyan
diff mbox series

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index 7f1f59b..15c7f76 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -17325,7 +17325,8 @@  This filter supports the following commands:
 @table @option
 @item level
 @item quality
-Same as quality option. And the command accepts the @code{max} same as the @code{6}.
+Same as quality option. The command accepts the value @code{max} with the same
+meaning as @code{6}.
 @end table
 
 @section sr