[vlc-commits] vdummy: destroy the vout window if any
Rémi Denis-Courmont
git at videolan.org
Thu Oct 16 19:25:59 CEST 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 11 18:01:26 2014 +0300| [774f6b6a677139e353645b35f8dbad5685a39d73] | committer: Rémi Denis-Courmont
vdummy: destroy the vout window if any
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=774f6b6a677139e353645b35f8dbad5685a39d73
---
modules/video_output/vdummy.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/video_output/vdummy.c b/modules/video_output/vdummy.c
index 94d1255..230a717 100644
--- a/modules/video_output/vdummy.c
+++ b/modules/video_output/vdummy.c
@@ -104,6 +104,8 @@ static int Open(vlc_object_t *object,
vd->control = Control;
vd->manage = NULL;
+ vout_display_DeleteWindow(vd, NULL);
+
return VLC_SUCCESS;
}
More information about the vlc-commits
mailing list