aboutsummaryrefslogtreecommitdiffstats
path: root/doc/general.texi
diff options
context:
space:
mode:
authortipok <piratfm@gmail.com>2011-09-26 02:28:21 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-10-01 20:32:22 +0200
commitbe1ae17ec0e03b494e0ab9f1eedefe83cebd7f4e (patch)
tree60ee4c40888561e3f4d3bc17570de17f398a2884 /doc/general.texi
parentcdb72c827c4fc3d8a2dfe939654fa885aaedbbd1 (diff)
downloadffmpeg-be1ae17ec0e03b494e0ab9f1eedefe83cebd7f4e.tar.gz
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 b193240b01..db78efef78 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -542,6 +542,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
@@ -1060,7 +1062,7 @@ These library packages are only available from Cygwin Ports
(@url{http://sourceware.org/cygwinports/}) :
@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