Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
96000eee
Commit
96000eee
authored
May 13, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed compilation (dmo).
parent
be155b98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
modules/codec/dmo/dmo.c
modules/codec/dmo/dmo.c
+2
-3
No files found.
modules/codec/dmo/dmo.c
View file @
96000eee
...
...
@@ -200,7 +200,6 @@ static const codec_dll decoders_table[] =
{
VLC_CODEC_WMVA
,
"wmvadvd.dll"
,
&
guid_wmva
},
/* WMA 3 */
{
VLC_CODEC_WMA3
,
"wma9dmod.dll"
,
&
guid_wma9
},
{
VLC_CODEC_WMAP
,
"wma9dmod.dll"
,
&
guid_wma9
},
/* WMA 2 */
{
VLC_CODEC_WMA2
,
"wma9dmod.dll"
,
&
guid_wma9
},
...
...
@@ -222,7 +221,7 @@ static const codec_dll encoders_table[] =
{
VLC_CODEC_WMV1
,
"wmvdmoe2.dll"
,
&
guid_wmv_enc2
},
/* WMA 3 */
{
VLC_CODEC_WMA
3
,
"wmadmoe.dll"
,
&
guid_wma_enc
},
{
VLC_CODEC_WMA
P
,
"wmadmoe.dll"
,
&
guid_wma_enc
},
/* WMA 2 */
{
VLC_CODEC_WMA2
,
"wmadmoe.dll"
,
&
guid_wma_enc
},
...
...
@@ -431,7 +430,7 @@ static int DecOpen( decoder_t *p_dec )
dmo_input_type
.
majortype
=
MEDIATYPE_Video
;
dmo_input_type
.
subtype
=
dmo_input_type
.
majortype
;
dmo_input_type
.
subtype
.
Data1
=
p_dec
->
fmt_in
.
i_original_fourcc
?:
p_dec
->
fmt_in
.
i_codec
dmo_input_type
.
subtype
.
Data1
=
p_dec
->
fmt_in
.
i_original_fourcc
?:
p_dec
->
fmt_in
.
i_codec
;
dmo_input_type
.
formattype
=
FORMAT_VideoInfo
;
dmo_input_type
.
bFixedSizeSamples
=
0
;
dmo_input_type
.
bTemporalCompression
=
1
;
...
...
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