summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-11-14 14:03:38 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-11-14 14:03:38 +0000
commitcd15bbc9731550825a96bc79d93fea4f0f2e58e7 (patch)
tree1de5ace9063ca6c0928fb24b1fd09c39d47a5fa8
parent4e8988a32df9036374865c8d5edf6262401ecf1f (diff)
MP3 encoding is not integer-only (it's up to LAME)
Originally committed as revision 11021 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--doc/general.texi2
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.