Commit 2ab52644 authored by Jan Sebechlebsky's avatar Jan Sebechlebsky Committed by Michael Niedermayer

doc/bsfs: Fix bsf options divider in documentation

The actual implementation uses ':' divider, not '/' as
documented.
Signed-off-by: 's avatarJan Sebechlebsky <sebechlebskyjan@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent bfdca87a
...@@ -18,7 +18,7 @@ comma-separated list of filters, whose parameters follow the filter ...@@ -18,7 +18,7 @@ comma-separated list of filters, whose parameters follow the filter
name after a '='. name after a '='.
@example @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 @end example
Below is a description of the currently available bitstream filters, Below is a description of the currently available bitstream filters,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment