# HG changeset patch # User reimar # Date 1228230199 0 # Node ID f91479c95e890c018f2a84f520acab3a0a3eb1f2 # Parent fd628452e1652c18d45b752c1edc915363ce1755 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. diff -r fd628452e165 -r f91479c95e89 libvo/vo_direct3d.c --- 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;