diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-31 20:11:25 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-31 20:11:25 +0000 |
commit | 9a584db43c1b925c105dc5eb5321903a49241939 (patch) | |
tree | 32178cff5fc4fd9eb5869693a998a0f0a04300c2 /doc | |
parent | a692130f885ddc0cff31c3c015c240c861136a99 (diff) | |
download | ffmpeg-9a584db43c1b925c105dc5eb5321903a49241939.tar.gz |
the FLAC encoder has an integer-only mode available (compression_level <= 2)
Originally committed as revision 15130 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-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 febd21f38f..081b4f2d4e 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -372,7 +372,7 @@ following image formats are supported: @tab experimental codec @item Sonic lossless @tab X @tab X @tab experimental codec -@item FLAC lossless audio @tab X @tab X +@item FLAC lossless audio @tab IX @tab X @item G.726 ADPCM @tab X @tab X @item id RoQ DPCM @tab X @tab X @tab Used in Quake III, Jedi Knight 2, other computer games. |