Commit 3cb55949 authored by Rafaël Carré's avatar Rafaël Carré

'SONC' codec is not even mentioned in libavcodec anymore

parent 62229a3b
...@@ -358,7 +358,9 @@ static const struct ...@@ -358,7 +358,9 @@ static const struct
{ VLC_CODEC_ATRAC3, CODEC_ID_ATRAC3, AUDIO_ES }, { VLC_CODEC_ATRAC3, CODEC_ID_ATRAC3, AUDIO_ES },
#if LIBAVCODEC_VERSION_MAJOR < 54
{ VLC_CODEC_SONIC, CODEC_ID_SONIC, AUDIO_ES }, { VLC_CODEC_SONIC, CODEC_ID_SONIC, AUDIO_ES },
#endif
{ VLC_CODEC_IMC, CODEC_ID_IMC, AUDIO_ES }, { VLC_CODEC_IMC, CODEC_ID_IMC, AUDIO_ES },
......
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