Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
9e19a0db
Commit
9e19a0db
authored
May 27, 2016
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
May 27, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
direct3d9: fix values used in a debug log
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
bf2b768e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/video_output/win32/direct3d9.c
modules/video_output/win32/direct3d9.c
+1
-1
No files found.
modules/video_output/win32/direct3d9.c
View file @
9e19a0db
...
...
@@ -1191,7 +1191,7 @@ static int Direct3D9CreateScene(vout_display_t *vd, const video_format_t *fmt)
#ifndef NDEBUG
msg_Dbg
(
vd
,
"Direct3D created texture: %ix%i"
,
fmt
->
i_width
,
fmt
->
i_height
);
fmt
->
i_
visible_
width
,
fmt
->
i_
visible_
height
);
#endif
/*
...
...
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