Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ca86537c
Commit
ca86537c
authored
Sep 13, 2012
by
Jean-Baptiste Kempf
Browse files
DMO: support more DLLs for MSS1/MSS2
parent
ec8004ae
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/codec/dmo/dmo.c
View file @
ca86537c
...
...
@@ -194,7 +194,9 @@ static const codec_dll decoders_table[] =
/* WMV1 */
{
VLC_CODEC_WMV1
,
"wmvdmod.dll"
,
&
guid_wmv
},
/* Screen codecs */
{
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
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment