MP3 encoding is not integer-only (it's up to LAME)

Originally committed as revision 11021 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Kostya Shishkov 2007-11-14 14:03:38 +00:00
parent 4e8988a32d
commit cd15bbc973
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ following image formats are supported:
@multitable @columnfractions .4 .1 .1 .1 .7
@item Supported Codec @tab Encoding @tab Decoding @tab Comments
@item MPEG audio layer 2 @tab IX @tab IX
@item MPEG audio layer 1/3 @tab IX @tab IX
@item MPEG audio layer 1/3 @tab X @tab IX
@tab MP3 encoding is supported through the external library LAME.
@item AC3 @tab IX @tab IX
@tab liba52 is used internally for decoding.