[vlc-devel] commit: mozilla/safari/activex: do not show video title when running as browser plugin. (Jean-Paul Saman )
git version control
git at videolan.org
Sat Mar 7 17:19:42 CET 2009
vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Fri Mar 6 16:42:30 2009 +0100| [e00d4da82a8326a25f7e1fee378c54a31a2489d1] | committer: Jean-Paul Saman
mozilla/safari/activex: do not show video title when running as browser plugin.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e00d4da82a8326a25f7e1fee378c54a31a2489d1
---
projects/mozilla/vlcplugin.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/projects/mozilla/vlcplugin.cpp b/projects/mozilla/vlcplugin.cpp
index 6293f64..9cac45c 100644
--- a/projects/mozilla/vlcplugin.cpp
+++ b/projects/mozilla/vlcplugin.cpp
@@ -127,6 +127,8 @@ NPError VlcPlugin::init(int argc, char* const argn[], char* const argv[])
ppsz_argv[ppsz_argc++] = "--no-media-library";
ppsz_argv[ppsz_argc++] = "--ignore-config";
ppsz_argv[ppsz_argc++] = "--intf=dummy";
+ ppsz_argv[ppsz_argc++] = "--no-video-title-show";
+
const char *progid = NULL;
/* parse plugin arguments */
More information about the vlc-devel
mailing list