Skip to content
Commit 2e544b26 authored by Daniel Amm's avatar Daniel Amm Committed by Jean-Baptiste Kempf
Browse files

activex: fix initial volume value



_i_volume is used to set a custom initial volume over the html embed
attribute or the Visual Studio object property window.
A new value will be only accepted if it's different to _i_volume. So if
you want to set it to 50, it will currently not work, because activex
initializes libvlc with 100 (default).

This patch will set _i_volume to 100 to match the real volume.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f8e1e6f7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment