[vlc-commits] commit: Mark --(no-)overlay as safe - fixes #3465 ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Mon Mar 29 23:09:03 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Mar 30 00:07:57 2010 +0300| [22d2ded49ed93a91ca51f19ae07f809b3ac4791c] | committer: Rémi Denis-Courmont
Mark --(no-)overlay as safe - fixes #3465
This can reportedly be used to overlay HTML content on top of the VLC
widget. That being said, overlay is not a portable option *ahem*.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=22d2ded49ed93a91ca51f19ae07f809b3ac4791c
---
src/libvlc-module.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index b2bace3..21d70a7 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1651,6 +1651,7 @@ vlc_module_begin ()
add_obsolete_integer( "x11-event" ) /* renamed since 1.0.0 */
#ifndef __APPLE__
add_bool( "overlay", 1, NULL, OVERLAY_TEXT, OVERLAY_LONGTEXT, false )
+ change_safe()
#endif
add_bool( "video-on-top", 0, NULL, VIDEO_ON_TOP_TEXT,
VIDEO_ON_TOP_LONGTEXT, false )
More information about the vlc-commits
mailing list