[MPlayer-cvslog] r28065 - trunk/libvo/vo_direct3d.c
reimar
subversion at mplayerhq.hu
Tue Dec 2 16:03:20 CET 2008
Author: reimar
Date: Tue Dec 2 16:03:19 2008
New Revision: 28065
Log:
Remove resize_d3d call from render_d3d_frame that was made useless
by previous commit. If this is necessary e.g. to prevent flicker
while resizing, check_events should be called instead or even
better the functionality be moved to some higher layer.
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 16:03:19 2008
@@ -386,8 +386,6 @@ static uint32_t render_d3d_frame(mp_imag
* if (mpi->flags & MP_IMGFLAG_DIRECT) ...
*/
- resize_d3d();
-
if (mpi->flags & MP_IMGFLAG_DRAW_CALLBACK)
goto skip_upload;
More information about the MPlayer-cvslog
mailing list