[vlc-devel] commit: Added vorbis in avcodec<->vlc codec map table. (Laurent Aimar )

git version control git at videolan.org
Wed Feb 17 23:54:34 CET 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Feb 17 23:12:20 2010 +0100| [23c600974fe69b38ecd08fdee7300aadfbf4d61a] | committer: Laurent Aimar 

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23c600974fe69b38ecd08fdee7300aadfbf4d61a
---

 modules/codec/avcodec/fourcc.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 08e0443..b9eb056 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/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




More information about the vlc-devel mailing list