Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC Browser Plugins
Commits
38f8fc3c
Commit
38f8fc3c
authored
Jan 28, 2014
by
David Fuhrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugin base: use 100% volume by default on mac
parent
a83d77ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
npapi/vlcplugin_base.cpp
npapi/vlcplugin_base.cpp
+1
-1
No files found.
npapi/vlcplugin_base.cpp
View file @
38f8fc3c
...
...
@@ -128,7 +128,7 @@ NPError VlcPluginBase::init(int argc, char* const argn[], char* const argv[])
ppsz_argv
[
ppsz_argc
++
]
=
"--scaletempo-stride=30"
;
ppsz_argv
[
ppsz_argc
++
]
=
"--scaletempo-overlap=0,2"
;
ppsz_argv
[
ppsz_argc
++
]
=
"--scaletempo-search=14"
;
ppsz_argv
[
ppsz_argc
++
]
=
"--auhal-volume=
100
"
;
ppsz_argv
[
ppsz_argc
++
]
=
"--auhal-volume=
256
"
;
ppsz_argv
[
ppsz_argc
++
]
=
"--auhal-audio-device=0"
;
ppsz_argv
[
ppsz_argc
++
]
=
"--no-volume-save"
;
#endif
...
...
Write
Preview
Markdown
is supported
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