Browse Source

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

pull/2/head
Laurent Aimar 16 years ago
parent
commit
23c600974f
  1. 2
      modules/codec/avcodec/fourcc.c

2
modules/codec/avcodec/fourcc.c

@ -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

Loading…
Cancel
Save