]> git.sesse.net Git - vlc/commitdiff
plugin.cpp: forgot to initialize the mute variable
authorDamien Fouilleul <damienf@videolan.org>
Mon, 27 Jun 2005 12:22:24 +0000 (12:22 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Mon, 27 Jun 2005 12:22:24 +0000 (12:22 +0000)
AUTHORS: I haven't moved to Germany as far as I know: )

AUTHORS
activex/plugin.cpp

diff --git a/AUTHORS b/AUTHORS
index 0e2b982ca3069c3053c1322a4c107c9b37ff53d3..42f146ef3754f3110fee8de8eb629dba8db4de3a 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -168,7 +168,7 @@ N: Damien Fouilleul
 E: Damien.Fouilleul@laposte.net
 C: Quovodis
 D: ActiveX control
-S: Germany
+S: Ireland
 
 N: Alexis Guillard
 E: alexis.guillard@bt.com
index deec1f11284b36de2853540023009699ec037d76..7af802cca68d356a6a7c61e6f4ac7bffd9c003c1 100644 (file)
@@ -234,6 +234,7 @@ VLCPlugin::VLCPlugin(VLCPluginClass *p_class) :
     _b_autostart(TRUE),
     _b_loopmode(FALSE),
     _b_visible(TRUE),
+    _b_mute(FALSE),
     _b_sendevents(TRUE),
     _i_vlc(0)
 {