summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-02-28 18:06:58 +0000
committerMans Rullgard <mans@mansr.com>2011-03-19 15:24:31 +0000
commit42cfb3835b5dad327b7dc22740e8b6e482ecfcd2 (patch)
tree6f1495e98b4f46cbef223f0cd6fb28e039a5e4b2 /libavcodec/allcodecs.c
parent5a15602a4e99c730036c33b467f60248889219e1 (diff)
downloadffmpeg-streaming-42cfb3835b5dad327b7dc22740e8b6e482ecfcd2.zip
ffmpeg-streaming-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 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 767a502..8de6ad8 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -266,8 +266,6 @@ void avcodec_register_all(void)
REGISTER_DECODER (SHORTEN, shorten);
REGISTER_DECODER (SIPR, sipr);
REGISTER_DECODER (SMACKAUD, smackaud);
- REGISTER_ENCDEC (SONIC, sonic);
- REGISTER_ENCODER (SONIC_LS, sonic_ls);
REGISTER_DECODER (TRUEHD, truehd);
REGISTER_DECODER (TRUESPEECH, truespeech);
REGISTER_DECODER (TTA, tta);
OpenPOWER on IntegriCloud