changeset 28031:f91479c95e89

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.
author reimar
date Tue, 02 Dec 2008 15:03:19 +0000
parents fd628452e165
children 92e770f6e890
files libvo/vo_direct3d.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_direct3d.c	Tue Dec 02 14:51:46 2008 +0000
+++ b/libvo/vo_direct3d.c	Tue Dec 02 15:03:19 2008 +0000
@@ -386,8 +386,6 @@
      * if (mpi->flags & MP_IMGFLAG_DIRECT) ...
      */
 
-    resize_d3d();
-
     if (mpi->flags & MP_IMGFLAG_DRAW_CALLBACK)
         goto skip_upload;