]> git.sesse.net Git - vlc/commitdiff
* modules/video_output/directx/directx.c: small fix for last commit.
authorGildas Bazin <gbazin@videolan.org>
Sun, 23 Oct 2005 14:53:50 +0000 (14:53 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 23 Oct 2005 14:53:50 +0000 (14:53 +0000)
modules/video_output/directx/directx.c

index 18755bd000bf432104a6d710f0afdbe92f6e4422..f652bcd5c32c9563be17ddf62dfba9e295036b4c 100644 (file)
@@ -357,6 +357,7 @@ static int Init( vout_thread_t *p_vout )
     p_vout->output.i_height = p_vout->render.i_height;
     p_vout->output.i_aspect = p_vout->render.i_aspect;
     p_vout->fmt_out = p_vout->fmt_in;
+    E_(DirectXUpdateRects)( p_vout, VLC_TRUE );
 
 #define MAX_DIRECTBUFFERS 1
     /* Right now we use only 1 directbuffer because we don't want the