diff mbox series

[FFmpeg-devel,3/3] doc/fftools-common-opts: document ffmpeg -h protocol=protocol_name

Message ID 1596807417-17766-3-git-send-email-mypopydev@gmail.com
State Accepted
Commit b9ff25a93e9bd7002b18b2bdca6b6a77d7ceb6a0
Headers show
Series [FFmpeg-devel,1/3] doc/filters: update filter buffer/abuffer interface file name | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Jun Zhao Aug. 7, 2020, 1:36 p.m. UTC
From: Jun Zhao <barryjzhao@tencent.com>

document ffmpeg -h protocol=protocol_name

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
---
 doc/fftools-common-opts.texi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Gyan Doshi Aug. 8, 2020, 4:56 a.m. UTC | #1
On 07-08-2020 07:06 pm, Jun Zhao wrote:
> From: Jun Zhao <barryjzhao@tencent.com>
>
> document ffmpeg -h protocol=protocol_name
>
> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> ---
>   doc/fftools-common-opts.texi | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
> index acdaa26..2c94eae 100644
> --- a/doc/fftools-common-opts.texi
> +++ b/doc/fftools-common-opts.texi
> @@ -113,6 +113,10 @@ Print detailed information about the filter named @var{filter_name}. Use the
>   @item bsf=@var{bitstream_filter_name}
>   Print detailed information about the bitstream filter named @var{bitstream_filter_name}.
>   Use the @option{-bsfs} option to get a list of all bitstream filters.
> +
> +@item protocol=@var{protocol_name}
> +Print detailed information about the protocol named @var{protocol_name}.
> +Use the @option{-protocols} option to get a list of all protocols.
>   @end table
>   
>   @item -version

LGTM.

Gyan
diff mbox series

Patch

diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index acdaa26..2c94eae 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -113,6 +113,10 @@  Print detailed information about the filter named @var{filter_name}. Use the
 @item bsf=@var{bitstream_filter_name}
 Print detailed information about the bitstream filter named @var{bitstream_filter_name}.
 Use the @option{-bsfs} option to get a list of all bitstream filters.
+
+@item protocol=@var{protocol_name}
+Print detailed information about the protocol named @var{protocol_name}.
+Use the @option{-protocols} option to get a list of all protocols.
 @end table
 
 @item -version