Browse code

doc/decoders: Document libgsm decoder

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

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

Timothy Gu authored on 2013/06/19 08:01:43
Showing 1 changed files
... ...
@@ -68,6 +68,16 @@ libcelt allows libavcodec to decode the Xiph CELT ultra-low delay audio codec.
68 68
 Requires the presence of the libcelt headers and library during configuration.
69 69
 You need to explicitly configure the build with @code{--enable-libcelt}.
70 70
 
71
+@section libgsm
72
+
73
+libgsm decoder wrapper
74
+
75
+libgsm allows libavcodec to decode the GSM full rate audio codec. Requires
76
+the presence of the libgsm headers and library during configuration. You need
77
+to explicitly configure the build with @code{--enable-libgsm}.
78
+
79
+This decoder supports both the ordinary GSM and the Microsoft variant.
80
+
71 81
 @c man end AUDIO DECODERS
72 82
 
73 83
 @chapter Subtitles Decoders