Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-31 03:36:47 +0300
committerMichael Niedermayer <michaelni@gmx.at>2014-10-31 03:36:47 +0300
commitf76cd09d466efffdb51b418ce2ce34c7a7e6d342 (patch)
treef7d7e13c60918eada7acb07551caeb520df189af /doc/formats.texi
parentfc8d59fa6f4ca410fcbf88b54aee3a4fbf73c47f (diff)
doc: Add documentation for the whitelist options
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/formats.texi')
-rw-r--r--doc/formats.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/formats.texi b/doc/formats.texi
index 027510eb6d..ade1f94d28 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -168,6 +168,10 @@ The offset is added by the muxer to the output timestamps.
Specifying a positive offset means that the corresponding streams are
delayed bt the time duration specified in @var{offset}. Default value
is @code{0} (meaning that no offset is applied).
+
+@item format_whitelist @var{list} (@emph{input})
+"," separated List of allowed demuxers. By default all are allowed.
+
@end table
@c man end FORMAT OPTIONS