diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-11-14 14:03:38 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-11-14 14:03:38 +0000 |
commit | cd15bbc9731550825a96bc79d93fea4f0f2e58e7 (patch) | |
tree | 1de5ace9063ca6c0928fb24b1fd09c39d47a5fa8 /doc/general.texi | |
parent | 4e8988a32df9036374865c8d5edf6262401ecf1f (diff) | |
download | ffmpeg-cd15bbc9731550825a96bc79d93fea4f0f2e58e7.tar.gz |
MP3 encoding is not integer-only (it's up to LAME)
Originally committed as revision 11021 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index 4ff292181f..7189726e9a 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -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. |