diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-06-18 16:01:43 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2013-08-26 11:27:08 -0700 |
commit | 79ec45a455463f4e32263298d3a3ba9b585a373b (patch) | |
tree | 8f2e6274982a558b309fc98a4196c16d92a7557a | |
parent | 09653c5444aca22b4e92dbd7c67afbb9bb59caed (diff) | |
download | ffmpeg-79ec45a455463f4e32263298d3a3ba9b585a373b.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 |