]> git.sesse.net Git - vlc/commitdiff
yuv: destroy the vout window if any
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 11 Oct 2014 15:02:03 +0000 (18:02 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 16 Oct 2014 17:23:38 +0000 (20:23 +0300)
modules/video_output/yuv.c

index 483be2427d8244bcd90268e83edc40219ea23a6f..63461935f04c393ffd3911b89f0338b6ff4833ba 100644 (file)
@@ -171,6 +171,7 @@ static int Open(vlc_object_t *object)
     vd->manage  = NULL;
 
     vout_display_SendEventFullscreen(vd, false);
+    vout_display_DeleteWindow(vd, NULL);
     return VLC_SUCCESS;
 }