Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e5ba909e
Commit
e5ba909e
authored
Dec 02, 2004
by
gbazin
Browse files
* mozilla/vlcshell.cpp: added a mute start option.
parent
c2579187
Changes
1
Hide whitespace changes
Inline
Side-by-side
mozilla/vlcshell.cpp
View file @
e5ba909e
...
...
@@ -403,6 +403,13 @@ NPError NPP_New( NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc,
VLC_VariableSet
(
p_plugin
->
i_vlc
,
"conf::fullscreen"
,
value
);
}
}
else
if
(
!
strcmp
(
argn
[
i
],
"mute"
)
)
{
if
(
!
strcmp
(
argv
[
i
],
"yes"
)
)
{
VLC_VolumeMute
(
p_plugin
->
i_vlc
);
}
}
#endif
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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