mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Remove 8SVX_RAW on next lavc mayor bump
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
5648069270
commit
f4fe4fa89f
@ -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'),
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user