[vlc-devel] commit: Add wmal and WMAL fourCC (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat May 16 00:10:50 CEST 2009


vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 16 00:10:05 2009 +0200| [e783877897dcafdcd833f81ba44015ccd0ac482f] | committer: Jean-Baptiste Kempf 

Add wmal and WMAL fourCC

Spotted by mc2man, mc2man -- optonline | net

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

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

diff --git a/modules/codec/dmo/dmo.c b/modules/codec/dmo/dmo.c
index 91d88d6..8338e58 100644
--- a/modules/codec/dmo/dmo.c
+++ b/modules/codec/dmo/dmo.c
@@ -205,6 +205,8 @@ static const codec_dll decoders_table[] =
     { VLC_FOURCC('w','m','a','3'), "wma9dmod.dll", &guid_wma9 },
     { VLC_FOURCC('W','M','A','P'), "wma9dmod.dll", &guid_wma9 },
     { VLC_FOURCC('w','m','a','p'), "wma9dmod.dll", &guid_wma9 },
+    { VLC_FOURCC('W','M','A','L'), "wma9dmod.dll", &guid_wma9 },
+    { VLC_FOURCC('w','m','a','l'), "wma9dmod.dll", &guid_wma9 },
     /* WMA 2 */
     { VLC_FOURCC('W','M','A','2'), "wma9dmod.dll", &guid_wma9 },
     { VLC_FOURCC('w','m','a','2'), "wma9dmod.dll", &guid_wma9 },




More information about the vlc-devel mailing list