]> git.sesse.net Git - vlc/commitdiff
Match options between ActiveX and Mozilla plugins
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Sep 2009 23:59:12 +0000 (01:59 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Sep 2009 23:59:12 +0000 (01:59 +0200)
projects/activex/plugin.cpp

index f299258d3cb160af3c6749a7247a687fe1f3472e..f702dbddfa7b60e8eef5a2651884c88e25337df0 100644 (file)
@@ -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 )