diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-18 02:46:42 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-18 02:47:34 +0100 |
commit | 8b63744f483e1f5a5d4f439fc1bbd858232ed581 (patch) | |
tree | 26645dc06617d696882fc784ed48df55731f8df3 /doc/libavcodec.texi | |
parent | 1dd33d472a608daba459b628c170e89d796f1795 (diff) | |
download | ffmpeg-8b63744f483e1f5a5d4f439fc1bbd858232ed581.tar.gz |
Fix "bistream" typo and add a check in tools/patcheck.
Diffstat (limited to 'doc/libavcodec.texi')
-rw-r--r-- | doc/libavcodec.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |