summaryrefslogtreecommitdiff
path: root/doc
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
parent1dd33d472a608daba459b628c170e89d796f1795 (diff)
Fix "bistream" typo and add a check in tools/patcheck.
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg.texi2
-rw-r--r--doc/libavcodec.texi2
2 files changed, 2 insertions, 2 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
diff --git a/doc/libavcodec.texi b/doc/libavcodec.texi
index 1fd1cf8996..fe53eb4f75 100644
--- a/doc/libavcodec.texi
+++ b/doc/libavcodec.texi
@@ -27,7 +27,7 @@ implementing robust and fast codecs as well as for experimentation.
@c man begin SEEALSO
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1),
-ffmpeg-bistream-filters(1), libavutil(3)
+ffmpeg-bitstream-filters(1), libavutil(3)
@c man end
@c man begin AUTHORS