Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortipok <piratfm@gmail.com>2011-09-26 04:28:21 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-09-26 04:28:21 +0400
commitcbf914cf16c1adf872a407a767bc171846a60905 (patch)
treeba5cdc3d794d40e7b88bb1748fac1f699d679b3c /doc/general.texi
parent023e9960d711980c8d7ddda4e15efc379977d3c6 (diff)
libaac+ support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/general.texi')
-rw-r--r--doc/general.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 9e97366541..1c592ebe2a 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -559,6 +559,8 @@ following image formats are supported:
@multitable @columnfractions .4 .1 .1 .4
@item Name @tab Encoding @tab Decoding @tab Comments
@item 8SVX audio @tab @tab X
+@item AAC+ @tab E @tab X
+ @tab encoding supported through external library libaacplus
@item AAC @tab E @tab X
@tab encoding supported through external library libfaac and libvo-aacenc
@item AC-3 @tab IX @tab X
@@ -1105,7 +1107,7 @@ These library packages are only available from
@uref{http://sourceware.org/cygwinports/, Cygwin Ports}:
@example
-yasm, libSDL-devel, libdirac-devel, libfaac-devel, libgsm-devel,
+yasm, libSDL-devel, libdirac-devel, libfaac-devel, libaacplus-devel, libgsm-devel,
libmp3lame-devel, libschroedinger1.0-devel, speex-devel, libtheora-devel,
libxvidcore-devel
@end example