From 8b63744f483e1f5a5d4f439fc1bbd858232ed581 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Tue, 18 Dec 2012 02:46:42 +0100 Subject: Fix "bistream" typo and add a check in tools/patcheck. --- doc/ffmpeg.texi | 2 +- doc/libavcodec.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3