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
98487b37
Commit
98487b37
authored
Sep 12, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/video_output/directx/directx.c: removed debug message.
parent
0811bcbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/video_output/directx/directx.c
modules/video_output/directx/directx.c
+2
-0
No files found.
modules/video_output/directx/directx.c
View file @
98487b37
...
...
@@ -1837,8 +1837,10 @@ static int DirectXLockSurface( vout_thread_t *p_vout, picture_t *p_pic )
dxresult
=
IDirectDrawSurface2_Lock
(
p_pic
->
p_sys
->
p_surface
,
NULL
,
&
p_pic
->
p_sys
->
ddsd
,
DDLOCK_WAIT
,
NULL
);
#if 0
if( dxresult == DDERR_SURFACELOST )
msg_Dbg( p_vout, "DirectXLockSurface: DDERR_SURFACELOST" );
#endif
}
if
(
dxresult
!=
DD_OK
)
{
...
...
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