From d559cfb5bd9b137739615886601a440a76a38fe5 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Tue, 18 Jun 2013 16:01:43 -0700 Subject: [PATCH] doc/decoders: Document libgsm decoder Signed-off-by: Michael Niedermayer (cherry picked from commit c16496c3770fa083472ab86146c18dc96c1feea7) Signed-off-by: Timothy Gu --- doc/decoders.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/decoders.texi b/doc/decoders.texi index 6a18c76a69..951fe6d03b 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}. +@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