summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-12 09:12:59 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-12 18:18:22 +0100
commit0fd88d398896353074fee153259dbf3530ca423f (patch)
tree987a090ed1a16464f33936f69b0b4f0e59b06033 /libavformat/riff.c
parent08bab32cf1dff7dc25dab4f010c42c13ba9627c7 (diff)
riff: remove references to sonic codec ids
They are deprecated and will be purged on next major bump.
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 8489bc7ae6..4caac80643 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -327,8 +327,6 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ CODEC_ID_AAC_LATM, 0x1602 },
{ CODEC_ID_AC3, 0x2000 },
{ CODEC_ID_DTS, 0x2001 },
- { CODEC_ID_SONIC, 0x2048 },
- { CODEC_ID_SONIC_LS, 0x2048 },
{ CODEC_ID_PCM_MULAW, 0x6c75 },
{ CODEC_ID_AAC, 0x706d },
{ CODEC_ID_AAC, 0x4143 },