[MPlayer-cvslog] r28064 - trunk/libvo/vo_direct3d.c
reimar
subversion at mplayerhq.hu
Tue Dec 2 15:51:47 CET 2008
Author: reimar
Date: Tue Dec 2 15:51:46 2008
New Revision: 28064
Log:
100l, do not call check_events from resize_d3d since there should be
no reason to do it and it might call resize_d3d again which makes it
hard to guarantee that it works correctly.
Modified:
trunk/libvo/vo_direct3d.c
Modified: trunk/libvo/vo_direct3d.c
==============================================================================
--- trunk/libvo/vo_direct3d.c (original)
+++ trunk/libvo/vo_direct3d.c Tue Dec 2 15:51:46 2008
@@ -330,9 +330,6 @@ static int resize_d3d(void)
mp_msg(MSGT_VO, MSGL_V, "<vo_direct3d><INFO>resize_d3d called.\n");
-
- check_events();
-
destroy_d3d_surfaces();
/* Reset the D3D Device with all parameters the same except the new
More information about the MPlayer-cvslog
mailing list