Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
d950e1b6
Commit
d950e1b6
authored
Mar 13, 2024
by
Eric Pouech
Committed by
Alexandre Julliard
Mar 26, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
evr: Remove useless code.
Signed-off-by:
Eric Pouech
<
epouech@codeweavers.com
>
parent
ef58b8c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
evr.c
dlls/evr/evr.c
+0
-1
No files found.
dlls/evr/evr.c
View file @
d950e1b6
...
...
@@ -409,7 +409,6 @@ static HRESULT evr_copy_sample_buffer(struct evr *filter, const GUID *subtype, I
/* All other formats are 32-bit, single plane. */
MFCopyImage
(
locked_rect
.
pBits
,
locked_rect
.
Pitch
,
src
,
src_stride
,
width
*
4
,
lines
);
}
MFCopyImage
(
locked_rect
.
pBits
,
locked_rect
.
Pitch
,
src
,
src_stride
,
width
,
lines
);
IDirect3DSurface9_UnlockRect
(
surface
);
}
...
...
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