[FFmpeg-cvslog] doc/fftools-common-opts: document ffmpeg -h bsf=bitstream_filter_name

Jun Zhao git at videolan.org
Fri Jun 14 08:26:54 EEST 2019


ffmpeg | branch: master | Jun Zhao <barryjzhao at tencent.com> | Sat Jun  8 22:52:47 2019 +0800| [c432a91d252fc44bc4a9a56c785632d1f3fa182f] | committer: Jun Zhao

doc/fftools-common-opts: document ffmpeg -h bsf=bitstream_filter_name

document ffmpeg -h bsf=bitstream_filter_name

Signed-off-by: Jun Zhao <barryjzhao at tencent.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c432a91d252fc44bc4a9a56c785632d1f3fa182f
---

 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 4c821bad07..1234de850e 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -109,6 +109,10 @@ Print detailed information about the muxer named @var{muxer_name}. Use the
 @item filter=@var{filter_name}
 Print detailed information about the filter name @var{filter_name}. Use the
 @option{-filters} option to get a list of all filters.
+
+ at item bsf=@var{bitstream_filter_name}
+Print detailed information about the bitstream filter name @var{bitstream_filter_name}.
+Use the @option{-bsfs} option to get a list of all bitstream filters.
 @end table
 
 @item -version



More information about the ffmpeg-cvslog mailing list