[vlc-commits] DMO: support more DLLs for MSS1/MSS2
Jean-Baptiste Kempf
git at videolan.org
Thu Sep 13 17:42:46 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 13 17:36:36 2012 +0200| [ca86537cc3ca180b0325195a7a4bff2c05ce608e] | committer: Jean-Baptiste Kempf
DMO: support more DLLs for MSS1/MSS2
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ca86537cc3ca180b0325195a7a4bff2c05ce608e
---
modules/codec/dmo/dmo.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/modules/codec/dmo/dmo.c b/modules/codec/dmo/dmo.c
index b265b74..e25a2a9 100644
--- a/modules/codec/dmo/dmo.c
+++ b/modules/codec/dmo/dmo.c
@@ -194,8 +194,10 @@ static const codec_dll decoders_table[] =
/* WMV1 */
{ VLC_CODEC_WMV1, "wmvdmod.dll", &guid_wmv },
/* Screen codecs */
- { VLC_CODEC_MSS2, "wmsdmod.dll", &guid_wms },
- { VLC_CODEC_MSS1, "wmsdmod.dll", &guid_wms },
+ { VLC_CODEC_MSS2, "WMVSDECD.DLL", &guid_wms },
+ { VLC_CODEC_MSS2, "wmsdmod.dll", &guid_wms },
+ { VLC_CODEC_MSS1, "WMVSDECD.DLL", &guid_wms },
+ { VLC_CODEC_MSS1, "wmsdmod.dll", &guid_wms },
/* Windows Media Video Adv */
{ VLC_CODEC_WMVA, "wmvadvd.dll", &guid_wmva },
More information about the vlc-commits
mailing list