diff options
author | Alexander Strasser <eclipse7@gmx.net> | 2012-11-05 23:50:24 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-06 11:55:29 +0100 |
commit | 23b57b020305215a3dee2f51a3a62f286a662d57 (patch) | |
tree | d2a90a20a1c7463a845141716ac3209edece17ad /doc/libavcodec.texi | |
parent | d658f9a1cb87f2e2fe739ca0717efa527c46dec5 (diff) | |
download | ffmpeg-23b57b020305215a3dee2f51a3a62f286a662d57.tar.gz |
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.texi | 8 |
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 |