]> git.sesse.net Git - vlc/commitdiff
Add Speex in flv demuxing support. #2973
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 24 Jul 2009 12:17:43 +0000 (14:17 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 24 Jul 2009 12:19:20 +0000 (14:19 +0200)
However, it only works with the avcodec module. --codec avcodec if you want it.

modules/codec/avcodec/fourcc.c

index f0965b26852b70f86179145011b72e65565ad588..42c69bc7aa21f00a53de782307a4030766aa541f 100644 (file)
@@ -389,6 +389,7 @@ static const struct
 #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 6, 0 )
     { VLC_CODEC_QCELP, CODEC_ID_QCELP, AUDIO_ES },
 #endif
+    { VLC_CODEC_SPEEX, CODEC_ID_SPEEX, AUDIO_ES },
 
     /* PCM */
     { VLC_CODEC_S8, CODEC_ID_PCM_S8, AUDIO_ES },