Browse Source

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

Originally committed as revision 11021 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Kostya Shishkov 17 years ago
parent
commit
cd15bbc973
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/general.texi

+ 1
- 1
doc/general.texi 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.


Loading…
Cancel
Save