[FFmpeg-devel] [PATCH 4/6] doc/libavcodec: Improve wording in description
Alexander Strasser
eclipse7 at gmx.net
Mon Nov 5 23:50:24 CET 2012
Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
---
doc/libavcodec.texi | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/doc/libavcodec.texi b/doc/libavcodec.texi
index 66e7891..fe153b4 100644
--- a/doc/libavcodec.texi
+++ b/doc/libavcodec.texi
@@ -12,9 +12,13 @@
@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
-subtitle streams.
+The libavcodec library provides a generic encoding/decoding
+framework and contains multiple decoders and encoders for
+audio, video and subtitle streams.
+
+The shared architecture that provides various services ranging
+from bit stream I/O to DSP optimizations makes it suitable
+for implementing robust and fast codecs as well as for experimentation.
@c man end DESCRIPTION
--
1.7.10.2.552.gaa3bb87
More information about the ffmpeg-devel
mailing list