[FFmpeg-devel] [PATCH] doc/decoders: Document libgsm decoder

Timothy Gu timothygu99 at gmail.com
Wed Jun 19 01:01:43 CEST 2013


---

Rebased and fixed according to thread [PATCH] doc/decoders: Document libcelt

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

diff --git a/doc/decoders.texi b/doc/decoders.texi
index 7d639b9..4885607 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -68,6 +68,16 @@ 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
 
 @chapter Subtitles Decoders
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list