Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e00d4da8
Commit
e00d4da8
authored
Mar 06, 2009
by
Jean-Paul Saman
Browse files
mozilla/safari/activex: do not show video title when running as browser plugin.
parent
b99a4797
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/mozilla/vlcplugin.cpp
View file @
e00d4da8
...
...
@@ -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 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment