diff options
author | Jun Zhao <barryjzhao@tencent.com> | 2020-08-07 21:22:47 +0800 |
---|---|---|
committer | Jun Zhao <barryjzhao@tencent.com> | 2020-08-08 15:05:31 +0800 |
commit | 035208e514fa7f1251001a1cd500e9244060f042 (patch) | |
tree | d8a1f71a0e201c1032e31d905dcdb5e64d83e654 /doc | |
parent | 926061fff1dea1463cb8810305f814e784d8ad60 (diff) | |
download | ffmpeg-035208e514fa7f1251001a1cd500e9244060f042.tar.gz |
doc/fftools-common-opts: fix typo (name => named)
fix typo (name => named)
Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fftools-common-opts.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index f339e0d766..acdaa26d90 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -107,11 +107,11 @@ Print detailed information about the muxer named @var{muxer_name}. Use the @option{-formats} option to get a list of all muxers and demuxers. @item filter=@var{filter_name} -Print detailed information about the filter name @var{filter_name}. Use the +Print detailed information about the filter named @var{filter_name}. Use the @option{-filters} option to get a list of all filters. @item bsf=@var{bitstream_filter_name} -Print detailed information about the bitstream filter name @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. @end table |