summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-12-10 16:18:12 +0000
committerPaul B Mahol <onemda@gmail.com>2012-12-16 11:40:26 +0000
commitf4fe4fa89f0b1ccdf456c822f0a8bf008545561f (patch)
treeabd046c39ed55347cd1f1402c55bb41bbedebe2c /libavcodec/codec_desc.c
parent5648069270d5f8bcd1cc594d59ccda0b890cc79b (diff)
Remove 8SVX_RAW on next lavc mayor bump
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 8e8685c4a3..a0a44b7a24 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2276,12 +2276,6 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("Wave synthesis pseudo-codec"),
},
{
- .id = AV_CODEC_ID_8SVX_RAW,
- .type = AVMEDIA_TYPE_AUDIO,
- .name = "8svx_raw",
- .long_name = NULL_IF_CONFIG_SMALL("8SVX raw"),
- },
- {
.id = AV_CODEC_ID_SONIC,
.type = AVMEDIA_TYPE_AUDIO,
.name = "sonic",