summaryrefslogtreecommitdiff
path: root/doc/libavcodec.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libavcodec.texi')
-rw-r--r--doc/libavcodec.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/libavcodec.texi b/doc/libavcodec.texi
index 2066106478..37d84a4d82 100644
--- a/doc/libavcodec.texi
+++ b/doc/libavcodec.texi
@@ -12,10 +12,14 @@
@chapter Description
@c man begin DESCRIPTION
-libavcodec is a library providing a generic encoding/decoding
-framework, and containing decoders and encoders for audio, video and
+The libavcodec library provides a generic encoding/decoding framework
+and contains multiple decoders and encoders for audio, video and
subtitle streams.
+The shared architecture provides various services ranging from bit
+stream I/O to DSP optimizations, and makes it suitable for
+implementing robust and fast codecs as well as for experimentation.
+
@c man end DESCRIPTION
@chapter Codec Options