Commit b95873c5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add Speex in flv demuxing support. #2973

However, it only works with the avcodec module. --codec avcodec if you want it.
parent cebfd667
...@@ -389,6 +389,7 @@ static const struct ...@@ -389,6 +389,7 @@ static const struct
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 6, 0 ) #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 6, 0 )
{ VLC_CODEC_QCELP, CODEC_ID_QCELP, AUDIO_ES }, { VLC_CODEC_QCELP, CODEC_ID_QCELP, AUDIO_ES },
#endif #endif
{ VLC_CODEC_SPEEX, CODEC_ID_SPEEX, AUDIO_ES },
/* PCM */ /* PCM */
{ VLC_CODEC_S8, CODEC_ID_PCM_S8, AUDIO_ES }, { VLC_CODEC_S8, CODEC_ID_PCM_S8, 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