Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
3f2e9681
Commit
3f2e9681
authored
Feb 04, 2006
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Feb 04, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvfw32: Do not overwrite fccType in the codec enumeration proc.
parent
ad4d9e73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
msvideo_main.c
dlls/msvideo/msvideo_main.c
+1
-1
No files found.
dlls/msvideo/msvideo_main.c
View file @
3f2e9681
...
@@ -181,7 +181,6 @@ static BOOL ICInfo_enum_handler(const char *drv, int nr, void *param)
...
@@ -181,7 +181,6 @@ static BOOL ICInfo_enum_handler(const char *drv, int nr, void *param)
if
((
lpicinfo
->
fccHandler
!=
nr
)
&&
(
lpicinfo
->
fccHandler
!=
fccHandler
))
if
((
lpicinfo
->
fccHandler
!=
nr
)
&&
(
lpicinfo
->
fccHandler
!=
fccHandler
))
return
FALSE
;
return
FALSE
;
lpicinfo
->
fccType
=
mmioStringToFOURCCA
(
drv
,
0
);
lpicinfo
->
fccHandler
=
fccHandler
;
lpicinfo
->
fccHandler
=
fccHandler
;
lpicinfo
->
dwFlags
=
0
;
lpicinfo
->
dwFlags
=
0
;
lpicinfo
->
dwVersion
=
0
;
lpicinfo
->
dwVersion
=
0
;
...
@@ -209,6 +208,7 @@ BOOL VFWAPI ICInfo( DWORD fccType, DWORD fccHandler, ICINFO *lpicinfo)
...
@@ -209,6 +208,7 @@ BOOL VFWAPI ICInfo( DWORD fccType, DWORD fccHandler, ICINFO *lpicinfo)
TRACE
(
"(%s,%s/%08lx,%p)
\n
"
,
TRACE
(
"(%s,%s/%08lx,%p)
\n
"
,
wine_dbgstr_fcc
(
fccType
),
wine_dbgstr_fcc
(
fccHandler
),
fccHandler
,
lpicinfo
);
wine_dbgstr_fcc
(
fccType
),
wine_dbgstr_fcc
(
fccHandler
),
fccHandler
,
lpicinfo
);
lpicinfo
->
fccType
=
fccType
;
lpicinfo
->
fccHandler
=
fccHandler
;
lpicinfo
->
fccHandler
=
fccHandler
;
return
enum_drivers
(
fccType
,
ICInfo_enum_handler
,
lpicinfo
);
return
enum_drivers
(
fccType
,
ICInfo_enum_handler
,
lpicinfo
);
}
}
...
...
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