[vlc-devel] commit: DMO: support for WMAL and wmal fourCC (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat May 16 00:31:24 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 16 00:15:51 2009 +0200| [e169fa3a3781d3bf98cdb23db7b41c9e50d10d0a] | committer: Jean-Baptiste Kempf
DMO: support for WMAL and wmal fourCC
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e169fa3a3781d3bf98cdb23db7b41c9e50d10d0a
---
modules/codec/dmo/dmo.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/codec/dmo/dmo.c b/modules/codec/dmo/dmo.c
index f958c3f..fff44f6 100644
--- a/modules/codec/dmo/dmo.c
+++ b/modules/codec/dmo/dmo.c
@@ -201,6 +201,7 @@ static const codec_dll decoders_table[] =
/* WMA 3 */
{ VLC_CODEC_WMAP, "wma9dmod.dll", &guid_wma9 },
+ { VLC_CODEC_WMAL, "wma9dmod.dll", &guid_wma9 },
/* WMA 2 */
{ VLC_CODEC_WMA2, "wma9dmod.dll", &guid_wma9 },
More information about the vlc-devel
mailing list