[vlc-commits] plugin base: use 100% volume by default on mac
David Fuhrmann
git at videolan.org
Tue Jan 28 16:17:50 CET 2014
npapi-vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Tue Jan 28 16:15:00 2014 +0100| [38f8fc3cc9e3b55e0efb3a1a8bc9c656cf54ac36] | committer: David Fuhrmann
plugin base: use 100% volume by default on mac
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=38f8fc3cc9e3b55e0efb3a1a8bc9c656cf54ac36
---
npapi/vlcplugin_base.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/npapi/vlcplugin_base.cpp b/npapi/vlcplugin_base.cpp
index bd9722e..11141a7 100644
--- a/npapi/vlcplugin_base.cpp
+++ b/npapi/vlcplugin_base.cpp
@@ -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
More information about the vlc-commits
mailing list