From 27b167bb75b908541563bab964e97b06d621f837 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 2 Dec 2008 15:03:19 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28065 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_direct3d.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libvo/vo_direct3d.c') diff --git a/libvo/vo_direct3d.c b/libvo/vo_direct3d.c index a25bd705b0..1958fb45ca 100644 --- a/libvo/vo_direct3d.c +++ b/libvo/vo_direct3d.c @@ -386,8 +386,6 @@ static uint32_t render_d3d_frame(mp_image_t *mpi) * if (mpi->flags & MP_IMGFLAG_DIRECT) ... */ - resize_d3d(); - if (mpi->flags & MP_IMGFLAG_DRAW_CALLBACK) goto skip_upload; -- cgit v1.2.3