]> git.sesse.net Git - vlc/commitdiff
* modules/video_output/directx/directx.c,glwin32.c: revert backport of 13050 for...
authorGildas Bazin <gbazin@videolan.org>
Mon, 31 Oct 2005 21:14:27 +0000 (21:14 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 31 Oct 2005 21:14:27 +0000 (21:14 +0000)
modules/video_output/directx/directx.c
modules/video_output/directx/glwin32.c

index 546a22bfbea6a823be9f47297283e4f480cf9481..5c345c579d73b5f67380ada45020577073fafad7 100644 (file)
@@ -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
index 961c06778bf0daf22e0a8debe1e9095606b8b67d..82b78711a0322ea224529a10f861f7afa935a062 100644 (file)
@@ -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