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 /configure | |
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 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1261,6 +1261,7 @@ dca_decoder_select="mdct" dnxhd_encoder_select="aandct" dxa_decoder_select="zlib" eac3_decoder_select="ac3_decoder" +eac3_encoder_select="mdct ac3dsp" eamad_decoder_select="aandct" eatgq_decoder_select="aandct" eatqi_decoder_select="aandct" |