summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-09-07 16:04:23 -0300
committerJames Almer <jamrial@gmail.com>2015-09-07 16:06:25 -0300
commitf9fd879877344aae99a599783e2bc3618e85314b (patch)
tree435d8dad74fd0870284bbf1d4a75aa9cfae54a94 /libavcodec/codec_desc.c
parentbdbab4a351591304be07586fe55b8b9f01be28e3 (diff)
avcodec: remove missing bits from deprecated VIMA decoder
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 4ba3aa1cea..632748e4c1 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2806,15 +2806,6 @@ static const AVCodecDescriptor codec_descriptors[] = {
},
/* deprecated codec ids */
-#if FF_API_VIMA_DECODER
- {
- .id = AV_CODEC_ID_VIMA,
- .type = AVMEDIA_TYPE_AUDIO,
- .name = "vima",
- .long_name = NULL_IF_CONFIG_SMALL("LucasArts VIMA audio (deprecated id)"),
- .props = AV_CODEC_PROP_LOSSY,
- },
-#endif
};
const AVCodecDescriptor *avcodec_descriptor_get(enum AVCodecID id)