diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-27 15:30:25 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-27 15:30:25 +0200 |
commit | ef312b8f0f47b976cc796dc5d2cdba4c88b1060c (patch) | |
tree | d1b6ca9241bff51404f4a4f68a75dadfaec08c95 /doc/muxers.texi | |
parent | 3a5ca79b0c2c367a5d30b7040dea65183852ae53 (diff) | |
download | ffmpeg-ef312b8f0f47b976cc796dc5d2cdba4c88b1060c.tar.gz |
Fix bistream typos
Found-by: wm4
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index fa6956af6b..30559d7d67 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -986,7 +986,7 @@ It is possible to specify to which streams a given bitstream filter applies, by appending a stream specifier to the option separated by @code{/}. @var{spec} must be a stream specifier (see @ref{Format stream specifiers}). If the stream specifier is not specified, the -bitsream filters will be applied to all streams in the output. +bitstream filters will be applied to all streams in the output. Several bitstream filters can be specified, separated by ",". |