[vlc-commits] yuv: destroy the vout window if any

Rémi Denis-Courmont git at videolan.org
Thu Oct 16 19:26:00 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 11 18:02:03 2014 +0300| [de8d85556359d29ec409e06d58f5c2885d6df803] | committer: Rémi Denis-Courmont

yuv: destroy the vout window if any

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de8d85556359d29ec409e06d58f5c2885d6df803
---

 modules/video_output/yuv.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/video_output/yuv.c b/modules/video_output/yuv.c
index 483be24..6346193 100644
--- a/modules/video_output/yuv.c
+++ b/modules/video_output/yuv.c
@@ -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;
 }
 



More information about the vlc-commits mailing list