diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-06-18 16:01:43 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2013-08-28 09:35:19 -0700 |
commit | be5fef6e0d75dedbd907f057004d9c584f3b63ee (patch) | |
tree | 4c54d8899dab1252e607a45da7dd597f83c3fe09 | |
parent | e3e5779a04c1419d02a4811575b771cd2ce92499 (diff) | |
download | ffmpeg-be5fef6e0d75dedbd907f057004d9c584f3b63ee.tar.gz |
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>
-rw-r--r-- | doc/decoders.texi | 10 |
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 |