[vlc-devel] commit: Add Speex in flv demuxing support. #2973 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Jul 24 14:19:47 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 24 14:17:43 2009 +0200| [b95873c56e1138788e56fe14a63e23535be833d2] | committer: Jean-Baptiste Kempf
Add Speex in flv demuxing support. #2973
However, it only works with the avcodec module. --codec avcodec if you want it.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b95873c56e1138788e56fe14a63e23535be833d2
---
modules/codec/avcodec/fourcc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index f0965b2..42c69bc 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -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 },
More information about the vlc-devel
mailing list