diff options
author | Jan Sebechlebsky <sebechlebskyjan@gmail.com> | 2016-07-28 18:18:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-08-13 11:05:24 +0200 |
commit | 2ab52644ee475b2b5d6b85ddd02d310302697bb0 (patch) | |
tree | 4a43ed480348007becceb136c3587ad430c9d035 | |
parent | bfdca87ab55c7f69087d962dc47aa45c8c6436fb (diff) | |
download | ffmpeg-2ab52644ee475b2b5d6b85ddd02d310302697bb0.tar.gz |
doc/bsfs: Fix bsf options divider in documentation
The actual implementation uses ':' divider, not '/' as
documented.
Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/bitstream_filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 6c58d02c26..a85327ff5c 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -18,7 +18,7 @@ comma-separated list of filters, whose parameters follow the filter name after a '='. @example -ffmpeg -i INPUT -c:v copy -bsf:v filter1[=opt1=str1/opt2=str2][,filter2] OUTPUT +ffmpeg -i INPUT -c:v copy -bsf:v filter1[=opt1=str1:opt2=str2][,filter2] OUTPUT @end example Below is a description of the currently available bitstream filters, |