diff options
author | Kieran Kunhya <kieran@kunhya.com> | 2016-01-29 17:23:33 -0800 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-01-29 17:26:42 -0800 |
commit | e07e88cd82f78644ddcb10d7d3e0dd624fffe274 (patch) | |
tree | 2d3a4c17a7633d970652ef066ca20251c5896f11 /doc/encoders.texi | |
parent | 9ba54c1b82a81581e5283da75c153a76f04324c0 (diff) | |
download | ffmpeg-e07e88cd82f78644ddcb10d7d3e0dd624fffe274.tar.gz |
avcodec: Remove libvo-aacenc support.
The internal encoder is superior to libvo-aacenc.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 33699df2b5..c485f903b7 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1075,31 +1075,6 @@ Set MPEG audio original flag when set to 1. The default value is 0 @end table -@anchor{libvo-aacenc} -@section libvo-aacenc - -VisualOn AAC encoder. - -Requires the presence of the libvo-aacenc headers and library during -configuration. You need to explicitly configure the build with -@code{--enable-libvo-aacenc --enable-version3}. - -This encoder is considered to be worse than the -@ref{aacenc,,native FFmpeg AAC encoder}, according to -multiple sources. - -@subsection Options - -The VisualOn AAC encoder only support encoding AAC-LC and up to 2 -channels. It is also CBR-only. - -@table @option - -@item b -Set bit rate in bits/s. - -@end table - @section libvo-amrwbenc VisualOn Adaptive Multi-Rate Wideband encoder. |