summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-12-05 14:33:00 -0500
committerVittorio Giovara <vittorio.giovara@gmail.com>2017-03-23 10:09:13 +0100
commit1146bb3babca3973e88005d267cd06210d6ac075 (patch)
treec8eba17d4356003982aa73025cb66b9260f4ab09 /libavcodec/codec_desc.c
parent5c1585c4c3b5281835d784c5daef0069915ccd57 (diff)
lavc: Drop deprecated voxware codec entry
Deprecated in 08/2013.
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 dd243c2f0c..8b9ec40e59 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2161,15 +2161,6 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("ATRAC3 (Adaptive TRansform Acoustic Coding 3)"),
.props = AV_CODEC_PROP_LOSSY,
},
-#if FF_API_VOXWARE
- {
- .id = AV_CODEC_ID_VOXWARE,
- .type = AVMEDIA_TYPE_AUDIO,
- .name = "voxware",
- .long_name = NULL_IF_CONFIG_SMALL("Voxware RT29 Metasound"),
- .props = AV_CODEC_PROP_LOSSY,
- },
-#endif
{
.id = AV_CODEC_ID_APE,
.type = AVMEDIA_TYPE_AUDIO,