projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e8988a
)
MP3 encoding is not integer-only (it's up to LAME)
author
Kostya Shishkov
<kostya.shishkov@gmail.com>
Wed, 14 Nov 2007 14:03:38 +0000
(14:03 +0000)
committer
Kostya Shishkov
<kostya.shishkov@gmail.com>
Wed, 14 Nov 2007 14:03:38 +0000
(14:03 +0000)
Originally committed as revision 11021 to svn://svn.ffmpeg.org/ffmpeg/trunk
doc/general.texi
patch
|
blob
|
blame
|
history
diff --git
a/doc/general.texi
b/doc/general.texi
index
4ff2921
..
7189726
100644
(file)
--- 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
I
X @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.