aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-18 02:46:42 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-18 02:47:34 +0100
commit8b63744f483e1f5a5d4f439fc1bbd858232ed581 (patch)
tree26645dc06617d696882fc784ed48df55731f8df3 /doc/ffmpeg.texi
parent1dd33d472a608daba459b628c170e89d796f1795 (diff)
downloadffmpeg-8b63744f483e1f5a5d4f439fc1bbd858232ed581.tar.gz
Fix "bistream" typo and add a check in tools/patcheck.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 5ca0c44e38..baaed27bee 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -914,7 +914,7 @@ ffmpeg -i infile -streamid 0:33 -streamid 1:36 out.ts
@end example
@item -bsf[:@var{stream_specifier}] @var{bitstream_filters} (@emph{output,per-stream})
-Set bitstream filters for matching streams. @var{bistream_filters} is
+Set bitstream filters for matching streams. @var{bitstream_filters} is
a comma-separated list of bitstream filters. Use the @code{-bsfs} option
to get the list of bitstream filters.
@example