From: Damien Fouilleul Date: Mon, 27 Jun 2005 12:22:24 +0000 (+0000) Subject: plugin.cpp: forgot to initialize the mute variable X-Git-Tag: 0.8.4~1392 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4f0d569132a01110911a476895a4dd78ff73b50e;p=vlc plugin.cpp: forgot to initialize the mute variable AUTHORS: I haven't moved to Germany as far as I know: ) --- diff --git a/AUTHORS b/AUTHORS index 0e2b982ca3..42f146ef37 100644 --- 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 diff --git a/activex/plugin.cpp b/activex/plugin.cpp index deec1f1128..7af802cca6 100644 --- a/activex/plugin.cpp +++ b/activex/plugin.cpp @@ -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) {