Remove 8SVX_RAW on next lavc mayor bump

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-12-10 16:18:12 +00:00
parent 5648069270
commit f4fe4fa89f
2 changed files with 2 additions and 6 deletions

View File

@ -435,7 +435,9 @@ enum AVCodecID {
AV_CODEC_ID_COMFORT_NOISE,
AV_CODEC_ID_TAK_DEPRECATED,
AV_CODEC_ID_FFWAVESYNTH = MKBETAG('F','F','W','S'),
#if LIBAVCODEC_VERSION_MAJOR <= 54
AV_CODEC_ID_8SVX_RAW = MKBETAG('8','S','V','X'),
#endif
AV_CODEC_ID_SONIC = MKBETAG('S','O','N','C'),
AV_CODEC_ID_SONIC_LS = MKBETAG('S','O','N','L'),
AV_CODEC_ID_PAF_AUDIO = MKBETAG('P','A','F','A'),

View File

@ -2275,12 +2275,6 @@ static const AVCodecDescriptor codec_descriptors[] = {
.name = "wavesynth",
.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,