diff options
author | Mans Rullgard <mans@mansr.com> | 2011-02-28 18:06:58 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-03-19 15:24:31 +0000 |
commit | 42cfb3835b5dad327b7dc22740e8b6e482ecfcd2 (patch) | |
tree | 6f1495e98b4f46cbef223f0cd6fb28e039a5e4b2 /configure | |
parent | 5a15602a4e99c730036c33b467f60248889219e1 (diff) | |
download | ffmpeg-42cfb3835b5dad327b7dc22740e8b6e482ecfcd2.tar.gz |
Remove Sonic experimental audio codec
Since initially committed in 2004, this codec has only been touched
for maintenanance. Functionally, it contains no novel ideas and
its intended audience is better served by existing mature codecs.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1324,9 +1324,6 @@ shorten_decoder_select="golomb" sipr_decoder_select="lsp" snow_decoder_select="dwt" snow_encoder_select="aandct dwt" -sonic_decoder_select="golomb" -sonic_encoder_select="golomb" -sonic_ls_encoder_select="golomb" svq1_encoder_select="aandct" svq3_decoder_select="golomb h264dsp h264pred" svq3_decoder_suggest="zlib" |