[FFmpeg-cvslog] doc/decoders: Document libgsm decoder

Timothy Gu git at videolan.org
Thu Aug 29 00:22:04 CEST 2013


ffmpeg | branch: release/1.0 | Timothy Gu <timothygu99 at gmail.com> | Tue Jun 18 16:01:43 2013 -0700| [cb0707479ce97bca41304de41c7e0dd8c22699ac] | committer: Timothy Gu

doc/decoders: Document libgsm decoder

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit c16496c3770fa083472ab86146c18dc96c1feea7)

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb0707479ce97bca41304de41c7e0dd8c22699ac
---

 doc/decoders.texi |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/decoders.texi b/doc/decoders.texi
index 6a18c76..951fe6d 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -68,4 +68,14 @@ libcelt allows libavcodec to decode the Xiph CELT ultra-low delay audio codec.
 Requires the presence of the libcelt headers and library during configuration.
 You need to explicitly configure the build with @code{--enable-libcelt}.
 
+ at section libgsm
+
+libgsm decoder wrapper
+
+libgsm allows libavcodec to decode the GSM full rate audio codec. Requires
+the presence of the libgsm headers and library during configuration. You need
+to explicitly configure the build with @code{--enable-libgsm}.
+
+This decoder supports both the ordinary GSM and the Microsoft variant.
+
 @c man end AUDIO DECODERS



More information about the ffmpeg-cvslog mailing list