doc/libavcodec: improve wording in description

Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
This commit is contained in:
Alexander Strasser 2012-11-05 23:50:24 +01:00 committed by Stefano Sabatini
parent d658f9a1cb
commit 23b57b0203

View File

@ -12,10 +12,14 @@
@chapter Description @chapter Description
@c man begin DESCRIPTION @c man begin DESCRIPTION
libavcodec is a library providing a generic encoding/decoding The libavcodec library provides a generic encoding/decoding framework
framework, and containing decoders and encoders for audio, video and and contains multiple decoders and encoders for audio, video and
subtitle streams. 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 @c man end DESCRIPTION
@chapter Codec Options @chapter Codec Options