Browse Source

doc/decoders: document libopus decoder

Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
tags/n2.0
Timothy Gu Stefano Sabatini 12 years ago
parent
commit
7eb5288f17
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      doc/decoders.texi

+ 9
- 0
doc/decoders.texi View File

@@ -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


Loading…
Cancel
Save