mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-26 10:22:34 +08:00
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:
@ -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.
|
||||
|
Reference in New Issue
Block a user