Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
df878fa0
Commit
df878fa0
authored
Jun 24, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DMO: use VLC_CODEC_*
parent
3f58dfc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
modules/codec/dmo/dmo.c
modules/codec/dmo/dmo.c
+2
-4
No files found.
modules/codec/dmo/dmo.c
View file @
df878fa0
...
@@ -194,10 +194,8 @@ static const codec_dll decoders_table[] =
...
@@ -194,10 +194,8 @@ static const codec_dll decoders_table[] =
/* WMV1 */
/* WMV1 */
{
VLC_CODEC_WMV1
,
"wmvdmod.dll"
,
&
guid_wmv
},
{
VLC_CODEC_WMV1
,
"wmvdmod.dll"
,
&
guid_wmv
},
/* Screen codecs */
/* Screen codecs */
{
VLC_FOURCC
(
'M'
,
'S'
,
'S'
,
'2'
),
"wmsdmod.dll"
,
&
guid_wms
},
{
VLC_CODEC_MSS2
,
"wmsdmod.dll"
,
&
guid_wms
},
{
VLC_FOURCC
(
'm'
,
's'
,
's'
,
'2'
),
"wmsdmod.dll"
,
&
guid_wms
},
{
VLC_CODEC_MSS1
,
"wmsdmod.dll"
,
&
guid_wms
},
{
VLC_FOURCC
(
'M'
,
'S'
,
'S'
,
'1'
),
"wmsdmod.dll"
,
&
guid_wms
},
{
VLC_FOURCC
(
'm'
,
's'
,
's'
,
'1'
),
"wmsdmod.dll"
,
&
guid_wms
},
/* Windows Media Video Adv */
/* Windows Media Video Adv */
{
VLC_CODEC_WMVA
,
"wmvadvd.dll"
,
&
guid_wmva
},
{
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