diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-26 23:58:40 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-28 23:51:12 +0100 |
commit | 5ddc072d0ddc7af1fc354d58a22108eb4fc53327 (patch) | |
tree | b77072604bed923cf340e1ba3314b6fc2cb2fa8b /doc/libavcodec.texi | |
parent | 5f648ce43eeb619c32e74aeb79699e56c9149296 (diff) | |
download | ffmpeg-5ddc072d0ddc7af1fc354d58a22108eb4fc53327.tar.gz |
doc: add ffmpeg-bitstream-filters.texi file
Diffstat (limited to 'doc/libavcodec.texi')
-rw-r--r-- | doc/libavcodec.texi | 5 |
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 |