summaryrefslogtreecommitdiff
path: root/doc/decoders.texi
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-06-18 16:01:43 -0700
committerMichael Niedermayer <michaelni@gmx.at>2013-06-20 02:45:18 +0200
commitc16496c3770fa083472ab86146c18dc96c1feea7 (patch)
tree0d9b014259ee6d8f86a342c69ca11fdb29ea2dd5 /doc/decoders.texi
parent37baeccef4e54105c0a4bf20bee6de81989f8a07 (diff)
doc/decoders: Document libgsm decoder
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r--doc/decoders.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi
index 7d639b98b3..4885607801 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}.
+@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