From: Timothy Gu Date: Fri, 28 Jun 2013 02:07:32 +0000 (-0700) Subject: doc/decoders: document libopus decoder X-Git-Tag: android-x86-4.4-r1~2685 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7eb5288f17aad81d5bd1b4d3d46533e457df262c;p=android-x86%2Fexternal-ffmpeg.git doc/decoders: document libopus decoder Signed-off-by: Stefano Sabatini --- diff --git a/doc/decoders.texi b/doc/decoders.texi index e907a61576..aa82add080 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -123,6 +123,15 @@ explicitly configure the build with @code{--enable-libopencore-amrwb}. An FFmpeg native decoder for AMR-WB exists, so users can decode AMR-WB without this library. +@section libopus + +libopus decoder wrapper. + +libopus allows libavcodec to decode the Opus Interactive Audio Codec. +Requires the presence of the libopus headers and library during +configuration. You need to explicitly configure the build with +@code{--enable-libopus}. + @c man end AUDIO DECODERS @chapter Subtitles Decoders