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:
authorAlexander Strasser <eclipse7@gmx.net>2012-11-06 02:50:24 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-11-06 14:55:29 +0400
commit23b57b020305215a3dee2f51a3a62f286a662d57 (patch)
treed2a90a20a1c7463a845141716ac3209edece17ad /doc/libavcodec.texi
parentd658f9a1cb87f2e2fe739ca0717efa527c46dec5 (diff)
doc/libavcodec: improve wording in description
Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
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