Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-27 02:58:40 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-11-29 02:51:12 +0400
commit5ddc072d0ddc7af1fc354d58a22108eb4fc53327 (patch)
treeb77072604bed923cf340e1ba3314b6fc2cb2fa8b /doc/libavcodec.texi
parent5f648ce43eeb619c32e74aeb79699e56c9149296 (diff)
doc: add ffmpeg-bitstream-filters.texi file
Diffstat (limited to 'doc/libavcodec.texi')
-rw-r--r--doc/libavcodec.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/libavcodec.texi b/doc/libavcodec.texi
index 9c7f02e921..1fd1cf8996 100644
--- a/doc/libavcodec.texi
+++ b/doc/libavcodec.texi
@@ -14,7 +14,7 @@
The libavcodec library provides a generic encoding/decoding framework
and contains multiple decoders and encoders for audio, video and
-subtitle streams.
+subtitle streams, and several bitstream filters.
The shared architecture provides various services ranging from bit
stream I/O to DSP optimizations, and makes it suitable for
@@ -26,7 +26,8 @@ implementing robust and fast codecs as well as for experimentation.
@settitle media streams decoding and encoding library
@c man begin SEEALSO
-ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1), libavutil(3)
+ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1),
+ffmpeg-bistream-filters(1), libavutil(3)
@c man end
@c man begin AUTHORS