diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-05-24 15:20:56 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-05-27 16:25:22 -0400 |
commit | aa47c35dff263f19f64f10a93ea9e4da4e395ede (patch) | |
tree | 5584a17a6d839c4638fa67a3175a3bf755615b37 /doc/general.texi | |
parent | b1bf8c7887395b08a68072c80f11b0c53d8e785a (diff) | |
download | ffmpeg-aa47c35dff263f19f64f10a93ea9e4da4e395ede.tar.gz |
ac3enc: add support for E-AC-3 encoding.
This adds basic stream format support and allows for arbitrary bit rates
rather than just those supported in AC-3.
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 23a789572d..775bf5d03f 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -614,7 +614,7 @@ following image formats are supported: @tab Used in Origin's Wing Commander IV AVI files. @item DSP Group TrueSpeech @tab @tab X @item DV audio @tab @tab X -@item Enhanced AC-3 @tab @tab X +@item Enhanced AC-3 @tab X @tab X @item FLAC (Free Lossless Audio Codec) @tab X @tab IX @item GSM @tab E @tab X @tab encoding supported through external library libgsm |