Changeset 4f0d569132a01110911a476895a4dd78ff73b50e

Show
Ignore:
Timestamp:
27/06/05 14:22:24 (3 years ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1119874944 +0000
git-parent:

[da4dc63b33a3cbffa38513107882a05f2043d17c]

git-author:
Damien Fouilleul <damienf@videolan.org> 1119874944 +0000
Message:

plugin.cpp: forgot to initialize the mute variable
AUTHORS: I haven't moved to Germany as far as I know: )

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AUTHORS

    rc5c9ae6 r4f0d569  
    168168C: Quovodis 
    169169D: ActiveX control 
    170 S: Germany 
     170S: Ireland 
    171171 
    172172N: Alexis Guillard 
  • activex/plugin.cpp

    rda4dc63 r4f0d569  
    235235    _b_loopmode(FALSE), 
    236236    _b_visible(TRUE), 
     237    _b_mute(FALSE), 
    237238    _b_sendevents(TRUE), 
    238239    _i_vlc(0)