[vlc-devel] commit: Add wmal and WMAL fourCC (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat May 16 00:26:29 CEST 2009
vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 16 00:10:05 2009 +0200| [b1e0a03d630cce112389807611273006706f8d8f] | committer: Jean-Baptiste Kempf
Add wmal and WMAL fourCC
Spotted by mc2man, mc2man -- optonline | net
(cherry picked from commit e783877897dcafdcd833f81ba44015ccd0ac482f)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b1e0a03d630cce112389807611273006706f8d8f
---
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 0c10fba..13dcca1 100644
--- a/modules/codec/dmo/dmo.c
+++ b/modules/codec/dmo/dmo.c
@@ -213,6 +213,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