diff options
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 |