[FFmpeg-devel] [PATCH 2/3] doc/fftools-common-opts: fix typo (name => named)
Jun Zhao
mypopydev at gmail.com
Fri Aug 7 16:36:56 EEST 2020
From: Jun Zhao <barryjzhao at tencent.com>
fix typo (name => named)
Signed-off-by: Jun Zhao <barryjzhao at tencent.com>
---
doc/fftools-common-opts.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index f339e0d..acdaa26 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
--
2.7.4
More information about the ffmpeg-devel
mailing list