Commit 23c60097 authored by Laurent Aimar's avatar Laurent Aimar

Added vorbis in avcodec<->vlc codec map table.

parent b5ad5b61
......@@ -341,6 +341,8 @@ static const struct
{ VLC_CODEC_NELLYMOSER, CODEC_ID_NELLYMOSER, AUDIO_ES },
{ VLC_CODEC_VORBIS, CODEC_ID_VORBIS, AUDIO_ES },
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 6, 0 )
{ VLC_CODEC_QCELP, CODEC_ID_QCELP, AUDIO_ES },
#endif
......
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