diff options
author | Lou Logan <lou@lrcd.com> | 2014-07-27 12:46:55 -0800 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2014-07-27 13:46:48 -0800 |
commit | db0578a0e783eb9c25f4bdcaf0be0ab6dee48fcf (patch) | |
tree | a264a396ac661df4f1a5ceab45a9423a6f5d202d /doc/decoders.texi | |
parent | bcb7220d1cf99d5090ed8f6ff76421d8f506ec3a (diff) | |
download | ffmpeg-db0578a0e783eb9c25f4bdcaf0be0ab6dee48fcf.tar.gz |
doc/decoders: mention native Opus decoder
Signed-off-by: Lou Logan <lou@lrcd.com>
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r-- | doc/decoders.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index 9309b82a58..6910dc1c61 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -163,6 +163,9 @@ Requires the presence of the libopus headers and library during configuration. You need to explicitly configure the build with @code{--enable-libopus}. +An FFmpeg native decoder for Opus exists, so users can decode Opus +without this library. + @c man end AUDIO DECODERS @chapter Subtitles Decoders |