diff options
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r-- | libavcodec/codec_desc.c | 6 |
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", |