From cd15bbc9731550825a96bc79d93fea4f0f2e58e7 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Wed, 14 Nov 2007 14:03:38 +0000 Subject: [PATCH] MP3 encoding is not integer-only (it's up to LAME) Originally committed as revision 11021 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/general.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.