Commit 39de05b6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unsupported SONIC codec

parent ebc321e8
......@@ -303,7 +303,6 @@
#define VLC_CODEC_GSM_MS VLC_FOURCC('a','g','s','m')
#define VLC_CODEC_ATRAC1 VLC_FOURCC('a','t','r','1')
#define VLC_CODEC_ATRAC3 VLC_FOURCC('a','t','r','c')
#define VLC_CODEC_SONIC VLC_FOURCC('S','O','N','C')
#define VLC_CODEC_IMC VLC_FOURCC(0x1,0x4,0x0,0x0)
#define VLC_CODEC_TRUESPEECH VLC_FOURCC(0x22,0x0,0x0,0x0)
#define VLC_CODEC_NELLYMOSER VLC_FOURCC('N','E','L','L')
......
......@@ -361,10 +361,6 @@ static const struct
{ VLC_CODEC_ATRAC3, CODEC_ID_ATRAC3, AUDIO_ES },
#if LIBAVCODEC_VERSION_MAJOR < 54
{ VLC_CODEC_SONIC, CODEC_ID_SONIC, AUDIO_ES },
#endif
{ VLC_CODEC_IMC, CODEC_ID_IMC, AUDIO_ES },
{ VLC_CODEC_TRUESPEECH, CODEC_ID_TRUESPEECH, AUDIO_ES },
......
......@@ -1198,9 +1198,6 @@ static const staticentry_t p_list_audio[] = {
A("atrc"),
A("\x70\x02\x00\x00"),
B(VLC_CODEC_SONIC, "Sonic"),
A("SONC"),
B(VLC_CODEC_IMC, "IMC" ),
A("\x01\x04\x00\x00"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment