[FFmpeg-devel] [PATCH V2 10/11] doc/fftools-common-opts: allow printing bsf details.
Jun Zhao
mypopydev at gmail.com
Mon Mar 12 03:25:20 EET 2018
-------------- next part --------------
From 4e2d8947a614c664be843532dfefa7976be4b720 Mon Sep 17 00:00:00 2001
From: Jun Zhao <mypopydev at gmail.com>
Date: Thu, 8 Mar 2018 15:18:11 +0800
Subject: [PATCH V2 10/11] doc/fftools-common-opts: allow printing bsf details.
Signed-off-by: Jun Zhao <mypopydev at gmail.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 185ec218d5..a0b0781050 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -102,6 +102,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{bit_stream_filter_name}
+Print detailed information about the bit stream filter name @var{bit_stream_filter_name}.
+Use the @option{-bsfs} option to get a list of all bit stream filters.
@end table
@item -version
--
2.14.1
More information about the ffmpeg-devel
mailing list