From: Gildas Bazin Date: Mon, 31 Oct 2005 21:14:27 +0000 (+0000) Subject: * modules/video_output/directx/directx.c,glwin32.c: revert backport of 13050 for... X-Git-Tag: 0.8.4~89 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c2e434dec8b7cd3ba31ccbb1f02d6169b5d99f28;p=vlc * modules/video_output/directx/directx.c,glwin32.c: revert backport of 13050 for now. --- diff --git a/modules/video_output/directx/directx.c b/modules/video_output/directx/directx.c index 546a22bfbe..5c345c579d 100644 --- a/modules/video_output/directx/directx.c +++ b/modules/video_output/directx/directx.c @@ -555,7 +555,6 @@ static int Manage( vout_thread_t *p_vout ) p_vout->fmt_out.i_sar_den = p_vout->fmt_in.i_sar_den; p_vout->output.i_aspect = p_vout->fmt_in.i_aspect; E_(DirectXUpdateRects)( p_vout, VLC_TRUE ); - vout_Control( p_vout, VOUT_SET_ZOOM ); } /* We used to call the Win32 PeekMessage function here to read the window diff --git a/modules/video_output/directx/glwin32.c b/modules/video_output/directx/glwin32.c index 961c06778b..82b78711a0 100644 --- a/modules/video_output/directx/glwin32.c +++ b/modules/video_output/directx/glwin32.c @@ -318,7 +318,6 @@ static int Manage( vout_thread_t *p_vout ) p_vout->fmt_out.i_sar_den = p_vout->fmt_in.i_sar_den; p_vout->output.i_aspect = p_vout->fmt_in.i_aspect; E_(DirectXUpdateRects)( p_vout, VLC_TRUE ); - vout_Control( p_vout, VOUT_SET_ZOOM ); } /* We used to call the Win32 PeekMessage function here to read the window