[vlc-devel] commit: WMAP native decoder entered FFmpeg. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Sep 2 22:25:32 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep 2 19:45:31 2009 +0200| [900acf003bd19005638d0d508f933a1877d4390f] | committer: Jean-Baptiste Kempf
WMAP native decoder entered FFmpeg.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=900acf003bd19005638d0d508f933a1877d4390f
---
modules/codec/avcodec/fourcc.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 11442f3..4400601 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -255,6 +255,9 @@ static const struct
{ VLC_CODEC_WMA1, CODEC_ID_WMAV1, AUDIO_ES },
{ VLC_CODEC_WMA2, CODEC_ID_WMAV2, AUDIO_ES },
+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 35, 0 )
+ { VLC_CODEC_WMAP, CODEC_ID_WMAPRO, AUDIO_ES },
+#endif
{ VLC_CODEC_DVAUDIO, CODEC_ID_DVAUDIO, AUDIO_ES },
@@ -270,7 +273,6 @@ static const struct
{ VLC_CODEC_MPGA, CODEC_ID_MP3, AUDIO_ES },
{ VLC_CODEC_A52, CODEC_ID_AC3, AUDIO_ES },
-
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 0, 0 )
{ VLC_CODEC_EAC3, CODEC_ID_EAC3, AUDIO_ES },
#endif
More information about the vlc-devel
mailing list