diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-02 00:55:43 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-02 00:55:43 +0000 |
commit | 270fc177cfc9409e21ee03c5d7e7e8a54a5cdcd7 (patch) | |
tree | 352597ec6c37c99bdcbe452d40e84c5ad2800065 /doc/general.texi | |
parent | 21d4af5d4df12bb470527e608783b2b8767714b7 (diff) | |
download | ffmpeg-270fc177cfc9409e21ee03c5d7e7e8a54a5cdcd7.tar.gz |
Integer-only decoding of AC-3 is not supported.
Originally committed as revision 17703 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/general.texi')
-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 81db550750..7168cb34df 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -451,7 +451,7 @@ following image formats are supported: @item 8SVX audio @tab @tab X @item AAC @tab E @tab X @tab encoding supported through external library libfaac -@item AC-3 @tab IX @tab IX +@item AC-3 @tab X @tab X @item AMR-NB @tab E @tab E @tab supported through external library libamrnb @item AMR-WB @tab E @tab E |