[vlc-devel] commit: Match options between ActiveX and Mozilla plugins ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Oct 1 01:59:37 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 1 01:59:12 2009 +0200| [1be782de55f60f5d7f1d0e15b6d95bf3837e8999] | committer: Jean-Baptiste Kempf
Match options between ActiveX and Mozilla plugins
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1be782de55f60f5d7f1d0e15b6d95bf3837e8999
---
projects/activex/plugin.cpp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/projects/activex/plugin.cpp b/projects/activex/plugin.cpp
index f299258..f702dbd 100644
--- a/projects/activex/plugin.cpp
+++ b/projects/activex/plugin.cpp
@@ -475,10 +475,12 @@ void VLCPlugin::initVLC()
ppsz_argv[ppsz_argc++] = "--no-one-instance";
/* common settings */
+ ppsz_argv[ppsz_argc++] = "-vv";
ppsz_argv[ppsz_argc++] = "--no-stats";
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";
+
// loop mode is a configuration option only
if( _b_autoloop )
More information about the vlc-devel
mailing list