Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
c6131be8
Commit
c6131be8
authored
Jan 22, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DirectDraw: revert part of
929c88bd
Should close #13706
parent
dc1916ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/video_output/msw/directx.c
modules/video_output/msw/directx.c
+2
-2
No files found.
modules/video_output/msw/directx.c
View file @
c6131be8
...
...
@@ -851,8 +851,8 @@ static int DirectXCreateSurface(vout_display_t *vd,
ddsd
.
dwSize
=
sizeof
(
ddsd
);
ddsd
.
ddpfPixelFormat
.
dwSize
=
sizeof
(
ddsd
.
ddpfPixelFormat
);
ddsd
.
dwFlags
=
DDSD_HEIGHT
|
DDSD_WIDTH
;
ddsd
.
dwWidth
=
fmt
->
i_width
;
ddsd
.
dwHeight
=
fmt
->
i_height
;
ddsd
.
dwWidth
=
fmt
->
i_
visible_
width
;
ddsd
.
dwHeight
=
fmt
->
i_
visible_
height
;
if
(
fourcc
)
{
ddsd
.
dwFlags
|=
DDSD_PIXELFORMAT
;
ddsd
.
ddpfPixelFormat
.
dwFlags
=
DDPF_FOURCC
;
...
...
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